Unable to send data message using firebase console
问题 I\'m using firebase console and can send only Notification messages using it. Is there a way to send data messages using the same? 回答1: 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