Firebase onTokenRefresh() is not called

后端 未结 13 2191
天命终不由人
天命终不由人 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:20

    Make sure you have added

    apply plugin: 'com.google.gms.google-services'

    this to bottom of the app.gradle file

提交回复
热议问题