Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Two Android apps + web app sharing one Firebase db

I have 2 android apps and a web app catering two user groups,

  1. android app + web app for mostly writing data to the database
  2. another android app for retrieving these data

I need my applications connected to the same database, I want to know whether this is possible with Firebase and is considered valid.

I've seen older posts with workarounds but I need to know whether the new Firebase version supports this out of the box.

This is my first time trying to integrate Firebase into one of my projects therefore some guidance on achieving this task would be really useful.

Thanks!

like image 619
RamithDR Avatar asked Jul 06 '26 17:07

RamithDR


1 Answers

As long as I can remember Firebase supported this even before the "new Firebase 2.0". Following just an excerpt taken of the Realtime Database feature list:

A cloud-hosted NoSQL database. Data is stored as JSON, synced across connected devices in milliseconds, and available when your app goes offline.

  • Accessible directly from client SDKs, or from your server with the REST API

tl;dr
That's totally possible with Firebase.

like image 190
reVerse Avatar answered Jul 09 '26 05:07

reVerse



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!