I configured my app to work with FCM Data messages, push notifications are coming when the app is in foreground and background state, BUT NOT if the app is terminated (swipe up from multitasking).
API :
{
"data": {
"type": "guide",
"id": "07fc127bc9b646df8abe"
},
"to": "/topics/guide",
"priority": "high",
"content_available": true
}
How can I solve the problem in this situation?