Thursday 21 October 2021

How to use two firebase projects in single Android app at same time?

I need two firebase projects for single Android app. One project is for users, and other is for Admins. I'm using the admins firebase project for some reasons.

Now I need to connect these two projects in admin app, and I want to add or modify firestore data at a time in both firebase projects from admin app.

How to get instances of two firebase project at single time in Android?

I have seen some stackoverflow questions regarding this but they are not getting two instances at same time.

Can anyone please answer my question...



from How to use two firebase projects in single Android app at same time?

No comments:

Post a Comment