AuthenticationError使用Firebase Cloud Messaging发送通知

时间:2018-12-05 12:15:36

标签: firebase firebase-cloud-messaging

当我通过PostMan向https://fcm.googleapis.com/fcm/send发送请求时 有了这个身体

{
"data": {
    "notification": {
        "title": "notification.newcomment.title",
        "body": "notification.newcomment.body",
        "click_action": "/video/a2df5da5-a0d8-4a27-1588-08d64fb9bf88",
        "icon": "null"
    }
},
"to": "xxxxx"
}

我从Firebase收到此答复:

{
"multicast_id": 6589525169180682671,
"success": 0,
"failure": 1,
"canonical_ids": 0,
"results": [
    {
        "error": "AuthenticationError"
    }
]}

我不明白AuthenticationError的问题是什么。

1 个答案:

答案 0 :(得分:0)

现在可以使用了。 我认为这是Firebase的问题,因为我没有更改请求中的任何内容。