Okay, so I am building an app that will go on the play store, it has the facility to add data to the Firebase (it cannot read it).
Second app will remain with me, (it wo
So what should i do to use the same database on both the apps ?
To solve this, open Firebase Console, select your project, then click on Add another app
and select Add Firebase to your Android app
.
Provide all the necessary details for the new package name, in your case com.example.read
, then download the JSON file again and add it to both of your android apps that are connected to this project. That's it!