0

So I have recently made a driver and user app both of which need to exchange data. Is it possible for both to have the same database in Firebase?

Praveesh Ramroop
  • 205
  • 2
  • 11

2 Answers2

1

Is it possible for both to have the same database in Firebase?

Yes, without any problem. The two apps just have to share the same Firebase config.

Renaud Tarnec
  • 79,263
  • 10
  • 95
  • 121
1

Yes, it is possible, you can use the same google-services config file in both of the projects, and both of them can access/modify the same database.

Muhammad Hussain
  • 966
  • 4
  • 15