-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Very persistent error [FLAMELINK] The "firestore" Firebase service could not be instantiated. #180
Comments
Hi, Which version of the Firebase SDK are you using? Flamelink does not v9 of the Firebase SDK (modular importing) |
Aaaah nooo haha! Then that must be it... I'm using V9 This is my setup at the moment: "dependencies": { Thanks for the super fast reply by the way |
Can you install Firebase SDK v8 npm i --save firebase@8.10.0 and then follow this guide? |
That made all the difference! Thanks a lot. Might be nice to add to the prerequisites which versions of firebase sdk will work with flamelink. |
Hi there,
I'm starting to get quite desperate to get the flamelink SDK to work.
Can you see what's causing this error?
[FLAMELINK] The "firestore" Firebase service could not be instantiated. Please ensure you have imported the package for this service.
TypeError: context.firebaseApp[serviceName] is not a function
At this point I'm quite sure firestore is already instantiated. Any help would be greatly appreciated.
I'm using Nextjs and trying to list the pages in the console just to get the basisc to work:
The text was updated successfully, but these errors were encountered: