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

前端 未结 18 719
再見小時候
再見小時候 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:36

    I found that, even though I wasn't using Analytics (only functions and firestore), I had to add the analytics line in the build.gradle file, or:

    implementation 'com.google.firebase:firebase-analytics:17.5.0'
    

    in order for the automatic app detection to work.

    I think if you know what you are doing, and don't need analytics, it is fine to just skip this step.

提交回复
热议问题