This question already has an answer here:
- Android app not receiving Firebase Notification when app is stopped from multi-task tray 6 answers
FCM not received if App is killed? Even not showing in system tray. Working fine in foreground/background state. I have used the below payload.
{
"to":"dV_9vNhqkXE:....",
"notification": {
"title":"1",
"body" : "11",
"icon" : "ic_about"
},
"data": {
"type":"11",
"month":"3333",
"title":"2222"
}
}