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?
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?
2
Answers
Yes, without any problem. The two apps just have to share the same Firebase config.
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.