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

前端 未结 18 691
再見小時候
再見小時候 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-05 01:18

    Thanks to @Udayraj Deshmukh comment I fixed the issue. I thought I will add this as an answer as it helped me

    Simply go to your app-level Gradle and add this:

    apply plugin: 'com.google.gms.google-services'
    

    Firebase SDK guide forgot to tell you to include the plugin.

提交回复
热议问题