React-Native IOS notification deep-linking

Hello,

Is it possible to have chat notifications link directly to a page within my application? I have notifications all set up and working properly and all APNS tokens retrieved and saved, but tapping a push notification will only ever just open the app.

Furthermore, the message handlers for messaging().setBackgroundMessageHandler and messaging().onMessage never seem to fire, even though notifications are clearly coming through.

There must be a simple way to configure a notification with a deep-link. I’ve gone in circles from the Sendbird Dashboard to the firebase docs to the firebase console to GitHub and back to here but still don’t understand what exactly I’m missing about all this.

Hi @Tye_Macon

It might help you to achieve your use case.