FireBase stuck on “Run your app to verify installation” for android

前端 未结 18 952
再見小時候
再見小時候 2021-02-05 00:57

I\'m new to android development, since a long time, I\'m stuck in one error that is Run your app to verify installation (Checking if the app has communicated with our servers. Y

18条回答
  •  耶瑟儿~
    2021-02-05 01:41

    You have to do nothing for your question but run the app on the android emulator or a real android device. If you have made your app and later added the dependencies, then you need to delete the app from the device/emulator and install the app again.

    By doing this, when the app runs, it passes variables from the google-services.json file to the firebase servers and checks if the same app is communicating or not.

    This step is to verify the correct installation of firebase dependencies in the app. If you find it difficult, you can skip the process anyway.

提交回复
热议问题