How to configure multiple firebase projects in a single app ? #7220
Unanswered
kthilagarajan-agsft
asked this question in
Q&A
Replies: 2 comments 5 replies
-
any solution on this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
or any other way to accommodate multiple firebase in a single react native app. |
Beta Was this translation helpful? Give feedback.
5 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.
-
I am having 2 firebase projects, one for authentication and one for analytics.
I am having multiple apps which uses common authentication system. I don't want analytics to be part of the common project. So I created a separate firebase project for analytics.
How do I configure?
Since in the react native firebase project setup, we have to add google-service.json/plist in the project, right now I couldn't add both the projects. If I add like FirebaseAuth/google-services.plist and FirebaseAnalytics/google-services.plist, I am getting error.
How to handle this?
Please share if any documentation available.
This documentation is from firebase, it provides help for native:
https://firebase.google.com/docs/projects/multiprojects#use_multiple_projects_in_your_application
Beta Was this translation helpful? Give feedback.
All reactions