Using multiple Firebase projects #668
-
Hey everyone! I just want to start by saying that these plugins have made integrating Firebase into my React Ionic project so much easier! I’ve run into a challenge where we’re using two separate Firebase projects: one for authentication and user information (let’s call it Firebase 1), and another for app-specific data (let’s call it Firebase 2). My question is: is there a way to manage this setup? I know that setting up these plugins requires using the GoogleService-Info.plist and google-services.json files. Is it possible to use two different sets of these files? Specifically, can we configure the authentication plugin to use Firebase 1’s files while configuring the Firestore plugin to use Firebase 2’s files? Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No, this is not yet possible. Feel free to create a feature request. |
Beta Was this translation helpful? Give feedback.
No, this is not yet possible. Feel free to create a feature request.