`notification` payload is null for FCM notifications sent through sendbird

From my understanding, in order for iOS/Android to show a push notification, there needs to be a field called notification within the message sent through sendbird. The screenshot below is logged from my background messaging handler and the notification payload is null. I’m not sure if this is related to being on a developer plan for sendbird, but are there any recommendations on how to handle this or a way to get the notification field added?

Thanks in advance

Hi @chrislciaba
Welcome to the Sendbird Community!

Sendbird push server includes only Data payload/message by default(link). However, we also provide an option to change the payload type to Notification+Data in the application settings.
If you need the notification payload/message type, we can modify the attributes in your app.
Please send me the app ID of the app you’d like to update via DM.

1 Like