DeepThinker
DeepThinker

Reputation: 88

Using two Firebase services from different Firebase projects into one mobile app

I have developed an android and iOS app for client using Firebase SDK and using the Firebase Push notifications. I have used the client's Gmail account for setting up the Firebase app that has been used in the apps.

After reading about Realtime database service I am wondering to use the service in mobile app. However I don't want to maintain the real time db in client's account.

Can I use another google account for Realtime Database while the notifications will continue to work using the client's account ?

Thank you, Kindly share suggestions on this scenario.

Any help would be appreciated !!

Upvotes: 1

Views: 421

Answers (2)

AL.
AL.

Reputation: 37778

Yes. It is possible to use a different Google Account for this scenario. Just make sure that you initialize the FirebaseApp instance to the corresponding Firebase Project to access it's DB.

Upvotes: 1

Divyang Patel
Divyang Patel

Reputation: 347

Yes You can Use Another Gmail Account.You can create new Gmail account for firebase setup.

Upvotes: 1

Related Questions