how to handle it in android fcm please share any suitable solution i want to resolve issue of fcm on background and on foreground
$payload = [
'to' => $user->device_token,
'collapse_key' =>'test message',
'data' => [
'title' => '',
'message' => $push_message
],
'notiification' => [
'title' => '',
'message' => $push_message
]
];
How to handle it in android fcm please share any suitable solution i want to resolve issue of fcm on background and on foreground ?