When we try to send notification data from PHP server to Android using FCM then we get error MismatchSenderId
.
The error log is:
{
"multicast_id": 6512073968181820231,
"success": 0,
"failure": 1,
"canonical_ids": 0,
"results": [
{
"error": "MismatchSenderId"
}
]
}
Please provide me help to find solution of that, thanks in advance.