0

When try to send notification on one plus nord then i got error MismatchSenderId and i already add the right server key from firebase and already add right FCM token which i got from the one plus nord 11 but i got below error.

{
    "multicast_id": 7934968170649895964,
    "success": 0,
    "failure": 1,
    "canonical_ids": 0,
    "results": [
        {
            "error": "MismatchSenderId"
        }
    ]
}
Codemaker
  • 7,952
  • 3
  • 61
  • 53
  • CHECK WHICH FIREBASE PROJECT YOUR CURRENT ANDROID PROJECT IS LINKED TO AND USE Server Key FROM THAT PROJECT. [Ref](https://stackoverflow.com/a/53717860/2462531) – Shailendra Madda Feb 11 '22 at 12:25

0 Answers0