我在Postman中测试Firebase通知但没有得到响应

时间:2017-01-20 09:19:20

标签: android firebase firebase-cloud-messaging postman

我是Firebase的新手。现在我尝试在邮递员中测试通知

enter image description here

但如果我在Firebase控制台中测试它,我就可以收到通知。

我使用了Firebase控制台中正确的发件人ID和API密钥。

请就此问题向我提出建议。我检查了一些堆栈,但没有解决这些问题。

编辑:有效负载:

{ "data": {
      "ReferenceKey": "BD",
      "ReferenceValue": "10"
  }, 
  "to" : "fzUHLONY-gY"
}

3 个答案:

答案 0 :(得分:3)

如果您收到无效/错误的服务器密钥,则最常收到401错误(有关详细信息,请参阅我的回答here)。只需使用Firebase控制台中的正确服务器密钥即可。

关于你在Postman的请求,它看起来很好。请注意,您不必在请求中添加发件人ID。请参阅我的回答,详细了解using Postman

如果您仍然遇到任何错误,请与我们联系。

答案 1 :(得分:1)

在Firebase控制台中,转到项目设置 - >云消息传递并尝试使用服务器密钥。

答案 2 :(得分:0)

从标题中移除发件人并在正文中添加有效的firebase令牌ID。希望它能帮到你........................... .................

<code>***Remove sender from header and in body add firebase token id which are valid.Hope it will help you............................................***</code>