skip to Main Content

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


  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.

    Login or Signup to reply.
  2. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search