Multiple Firebase Projects #135
Unanswered
mrlovelies
asked this question in
Q&A
Replies: 1 comment
-
Hi @mrlovelies, my package also has a |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm working on a utility dashboard to solve some workflow problems with an app I'm working on. I'm currently initializing 2 firebase apps giving them each a unique name. This seems to cause an issue with this library wherein any attempts to use it will result in
Error: The default Firebase app does not exist. Make sure you call initializeApp() before using any of the Firebase services.
Effectively I wish to make a copy, in whole or partial, from the "staging" environment and deploy that to the "dev" environment. Is it possible to target a specific app using their unique identifiers after initializing multiple apps?Here is how I'm initializing the two apps
Attempting to use firestore-export-import to get JSON of the collection from the "dev" environment Firestore
Beta Was this translation helpful? Give feedback.
All reactions