Should I use the same firebase project for 2 different but similar android apps

30 Views Asked by At

I have 2 different but similar apps one is for mathematics the other is for biology so I want to integrate Firebase for viewing analytics in this case should I use separate Firebase projects all I should include all my apps in one and the reporting will be separate for both apps or how does it really work.

1

There are 1 best solutions below

0
Alex Mamo On

There is no rule for that. If the users of your apps share the same database and and authentication, then you should add both apps in a single Firebase project, otherwise, you should create two different Firebase projects.