google-services.json" was found, but it indicates a project ID that you don't appear to have access to

后端 未结 7 1477
暖寄归人
暖寄归人 2021-02-19 07:04

In Firebase Option Android Studio when I click on \"connect to firebase\" I am getting the following error.

\"google-services.json\" was found, but it ind

7条回答
  •  长情又很酷
    2021-02-19 07:17

    In my case my URL of my main activity was different from that of my googleServices.json file. I will advise you to just copy from your googleServices.json file and paste in your MainActivity.java (Make sure both URLs are exactly the same).

提交回复
热议问题