Firebase云消息传递身份验证是否必要?

时间:2017-05-25 18:32:05

标签: authentication firebase firebase-authentication jwt firebase-cloud-messaging

我在php中使用自定义用户身份验证服务器。我尝试与Firebase建立聊天,在阅读了文档之后,我仍然感到困惑,我需要对Firebase的用户进行身份验证,如果是这样,我应该使用signInWithCustomToken吗?

我欢迎任何其他有关如何进行的提示。谢谢。

1 个答案:

答案 0 :(得分:3)

无需为用户验证用户接收 FCM消息。

您确实需要将FCM服务器密钥传递给发送消息到设备。您可以在Authorization标题中看到相关示例:https://firebase.google.com/docs/cloud-messaging/send-message