I have admin panel which is web based and android app. Admin panel uploads data and android app fetch and insert data. Is it possible to do it with single Firebase database?
Asked
Active
Viewed 376 times
2 Answers
2
One Firebase project can service many individual applications, including any mix of Android, iOS, and web based apps.
I suggest reading this page of documentation for more detailed explanations of what Firebase project really is.

Doug Stevenson
- 297,357
- 32
- 422
- 441
1
Yes. You can connect the same database project to your web as well Android app. Go to Firebase Console. Select the Project or create a new one. You will see platform options - Web, Android, iOS Follow this guide to register the web app. Similarly, clicking on Android will guide you to setting up on Android.

Sairaj Sawant
- 1,842
- 1
- 12
- 16
-
Thankyou so much it was really helpful – sairus Jun 25 '20 at 20:19
-
Please mark the answer as accepted if it helped. – Sairaj Sawant Jun 25 '20 at 20:40