0

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?

sairus
  • 11
  • 3

2 Answers2

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.

Click on the supported platform to add Web/Android

Sairaj Sawant
  • 1,842
  • 1
  • 12
  • 16