FirebaseInstanceId Token retrieval failed SERVICE_NOT_AVAILABLE

前端 未结 10 1980
清酒与你
清酒与你 2020-12-23 23:56

I\'m working on an android app, it uses Firebase Authentication, Database and Storage. It was all working fine until this error message started to show up in logcat. (I did

10条回答
  •  粉色の甜心
    2020-12-24 00:44

    I also faced with this issue. As I can see it can happen for many reasons.

    Finally I figured out that my problem was that the current latest Facebook Android SDK version (v4.36.0) has a bug. Everything works fine if I set it back to v4.35.0. Maybe this info can help someone in the future.

    You can find here the releases: https://github.com/facebook/facebook-android-sdk/releases

提交回复
热议问题