Firebase database deleted when added app

前端 未结 1 336
鱼传尺愫
鱼传尺愫 2021-01-28 02:20

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

1条回答
  •  时光说笑
    2021-01-28 03:10

    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!

    0 讨论(0)
提交回复
热议问题