getToken() failed. Status BAD_AUTHENTICATION error

后端 未结 11 1192
耶瑟儿~
耶瑟儿~ 2020-12-05 09:14

I\'ve found the following error when running my android application in android studio. app couldn\'t get installed on my device because of this error. Didn\'t find the solut

11条回答
  •  情歌与酒
    2020-12-05 09:50

    In my case it was a dependency version problem. I had to update the auth dependency for firebase to the latest one: implementation 'com.google.firebase:firebase-auth:17.0.0'

提交回复
热议问题