FirebaseInstanceId Token retrieval failed SERVICE_NOT_AVAILABLE

前端 未结 10 1975
清酒与你
清酒与你 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:54

    To fix it you should check your Google play services properly are enabled

    If it is still showing the same error then you need to try the below steps

    1. You need to stop your emulator device.

    2. After that you need to open the AVD Manager Panel then the edit device configuration. In your device configuration panel go to "Show Advanced Settings" in the "Emulated Performance" section then you need to select the "Cold boot" option as the Boot Option then you should click on the Finish.

    After following the above steps your issue related to firebase must be fixed and it should be working.

提交回复
热议问题