【发布时间】:2019-11-04 22:55:53
【问题描述】:
现在我正在使用 POSTMAN 测试 http 请求
**"to": "/topics/all", ---> ?? how can i write this line??**
"priority": "high",
"notification": {
"title": "テスト Title",
"body": "テスト Body"
},
"data": {
"click_action": "FLUTTER_NOTIFICATION_CLICK"
}
我检查了状态 200 ok 当我使用 firebase 网页发送消息时,它运行良好 但没有firebase云消息服务,它不起作用 在firebase云消息服务中,定位条件为
我想如果我可以用 http 格式编写目标条件,我可以向我的应用发送消息
帮帮我
【问题讨论】: