FCM不发送webpush通知

时间:2018-07-23 22:48:27

标签: javascript php firebase firebase-cloud-messaging

我正在使用FCM发送通知,它与通知和数据完美配合,但是当我尝试发送webpush对象时,它将忽略它。

这是我正在使用的请求示例。

{
  "message":{
     "token":"bk3RNwTe3H0:CI2k_HHwgIpoDKCIZvvDMExUdFQ3P1...",
     "notification":{
       "title":"Match update",
       "body":"Arsenal goal in added time, score is now 3-0"
     },
     "data": {
       "key1": "value"
     }
     "webpush":{
       "notification":{
         "click_action":"something"
       }
     }
   }
 }

0 个答案:

没有答案