Search code examples
androidfirebasefirebase-cloud-messagingfirebase-console

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?


Solution

  • 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.

    enter image description here

    Just expand it and type your key/value map.

    enter image description here

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