We have been successfully using Sendbird to power the messaging in our React Native App for ~18 months. We are using the sendbird
js sdk lib (3.0.129) to successfully manage fcm/APNs tokens. These show up and get removed from the requisite Sendbird User in the dashboard.
Recently we have upgraded React Native Firebase to 7.x but particularly relevant to the Sendbird integration -> “@react-native-firebase/messaging”: “^7.5.0”,
We followed all of their migration guides and have Sendbird Push Notifications working on iOS but not Android.
Messages from the FCM console arrive on the device (as do push notifications from another 3rd party that we use - Intercom) so I know that it is not a firebase cloud messaging config issue, the server key is 100% correct.
Also I do receive the message in the setBackgroundMessageHandler, so I believe this is a formatting issue in the message (it has no ‘notification’ prop).
Anybody else seeing this, or have any clues?