Cloud firestore web register plugin, no app #6472
Unanswered
Gorter-dev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
I have been facing a issue for quite some time, we created a application shell which uses firebase to output logging and provide numerous functionalities. This shell has it's own firebase project and can be managed from there.
Now when starting a fresh web project and including the shell, the compiler says that the cloud firestore web plugin cannot be registered because no firebase app is available. In our shell an initialize of a firebase app is done, therefore I would like to know if it's possilbe to use this plugin without having to initialize the firebase app in the index.html but rather rather at runtime. (using instanceFor).
This works great for IOS and Android, is this a bug? or just a shortcoming of Web?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions