【发布时间】:2019-06-10 01:57:28
【问题描述】:
我正在使用 Firebase 从服务器通过 FCM 成功发送网络推送通知。我缺少的一件事是与此一起发送事件。
当我点击通知时,它什么也不做(甚至不带我去网站)。如何启用这样的功能?
目前我正在传递一个像
这样的 JSON 对象{
"to": "[add your token]",
"notification": {
"title": "Working Good",
"body": "[add your message]"
},
"priority": "high"
}
【问题讨论】:
标签: firebase-cloud-messaging service-worker progressive-web-apps firebase-notifications web-push