Firebase InstanceId: binding to the service failed: Kotlin

后端 未结 5 1016
谎友^
谎友^ 2021-01-11 13:43

App successfully lanches but get this error message in debugging. FirebaseInstanceId: binding to the service failed

App Build Gradle:

android {
compi         


        
5条回答
  •  死守一世寂寞
    2021-01-11 13:58

    I downloaded the newest version of google-service.json (can be done via Firebase Settings). In my case there was a new entry added to oauth_client. After syncing with the file system and rebuilding my app the warning does not seem to appear anymore.

    EDIT 20-02-2020: After testing this a bit more it unfortunately doesn't seem to help in the end. In my case the error message only for sure occur when starting the app the first time after an uninstall of the app - in most other cases it does not happen.

提交回复
热议问题