Unable to send data message using firebase console

后端 未结 4 784
慢半拍i
慢半拍i 2020-11-27 18:47

I\'m using firebase console and can send only Notification messages using it.

Is there a way to send data messages using the same?

4条回答
  •  情歌与酒
    2020-11-27 19:06

    You can now send notification message via the console. Note that it is different from data messages; notification messages only trigger the onMessageReceived callback when the app is in the foreground.

    They are inside the advanced options tab on the compose message screen.

    Just expand it and type your key/value map.

    These will be included into the data field of the notification.

提交回复
热议问题