Firebase onTokenRefresh() is not called

后端 未结 13 2090
天命终不由人
天命终不由人 2020-11-27 16:59

In my MainActivityin my log, I can see the token using FirebaseInstanceId.getInstance().getToken() and it display the generated token. But it seem

13条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-27 17:15

    Try re-install the app, by uninstall it first from your device or emulator. It will then generate a new token, thus onTokenRefresh() will be called again.

提交回复
热议问题