【发布时间】:2020-12-31 19:45:47
【问题描述】:
【问题讨论】:
标签: firebase rest google-cloud-platform firebase-cloud-messaging authorization
【问题讨论】:
标签: firebase rest google-cloud-platform firebase-cloud-messaging authorization
使用旧版 API,就像一个魅力:
POST: https://fcm.googleapis.com/fcm/send
{
"to": DEVICE_TOKEN,
"notification": {
"title": "Hello World title",
"body": "Notification content"
},
"data": {
"foo": "bar"
}
}
使用我在问题中提供的相同标题。
【讨论】: