79567482

Date: 2025-04-10 20:00:00
Score: 1
Natty:
Report link

you can find answer here firebase.google.com/docs/cloud-messaging/…
Try to put title and message into notification object instead of data object

{
  "message":{
    "token":"..",
    "notification":{
      "title":"title",
      "body":"here your message"
    },
    "data" : {
      "custom_arg_1" : "custom_arg_1",
      "custom_arg_2" : "custom_arg_2"
    }
  }
}
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alex