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

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

    Make sure you don't have any network-level adblockers running, which may be blocking calls to Firebase.

    In my case, I had to disable Pi-Hole in order to allow my app to connect to Firebase over my network.

提交回复
热议问题