通过REST API发送消息时如何设置通知通道?

时间:2018-08-29 07:44:30

标签: firebase firebase-cloud-messaging notification-channel

我一直在自己的android应用程序中实现通知频道,以支持最新的android版本。

您可以在从Firebase Web控制台发送消息时设置通知通道ID,但无法通过fcm rest api发送消息时如何设置通道ID。

参考(https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages)中未提及通知频道,但我很确定必须有一种方法来设置频道ID。

1 个答案:

答案 0 :(得分:3)

我缺少的键名是 android_channel_id

我在旧版HTTP服务器协议文档https://firebase.google.com/docs/cloud-messaging/http-server-ref

中找到了密钥名称