douxi3233 2017-04-06 00:37
浏览 356
已采纳

使用FCM注册令牌链接Google令牌[已结束]

I'm currently building a PHP server to send notifications to my users that are registered. They have to log in with Google login method to obtain their tokens and send them to my database.

The problem is that Firebase only send notifications with register tokens.

My question is, how do I link those registered tokens with users google tokens?

  • 写回答

1条回答 默认 最新

  • doucu7330 2017-04-06 00:53
    关注

    With registration token I assume you mean the Firebase Cloud Messaging (FCM) tokens.

    Simply store the FCM token in the SharedPreferences when it is retrieved in your app and send it to your server when your user logged in or registered.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?