I have an application that uses Google FCM for sending push notifications.
When i send a push notification to a group of users, i get a response of MismatchSen
MismatchSen
In my case it was very simple. I was pulling the wrong registrationId from the database. After I pulled the correct Id, it worked.