okay, I just want to make sure, is FCM onMessageReceived won't be called when app quit (not in background) ?
My notification work when both app is running and app is in background, but it's not work when app quit(swipe form running apps).
{
"data": {
"title": "Title",
"body": "Body",
"icon": "myicon",
"priority": "high"
},
"notification": {
"title": "Title",
"body": "Body",
"icon": "myicon",
"priority": "high"
},
"registration_ids": [some_ids]
}