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

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

    If any one is getting like this in console :

    com.google.firebase.FirebaseException: An internal error has occurred. [ API key not valid. Please pass a valid API key. ]
    

    Just change the version of google services at project level gradle and sync your project and reinstall.

    classpath 'com.google.gms:google-services:4.3.0'

    This work for me I

提交回复
热议问题