Open message handler #4823
-
Hello I use @react-native-firebase/messaging. I want to handle the opening message, to show another content for user. |
Beta Was this translation helpful? Give feedback.
Answered by
JoeToeniskoetter
Jan 26, 2021
Replies: 1 comment 1 reply
-
If you are trying to handle a user clicking the notification itself import messaging from '@react-native-firebase/messaging';
messaging().onNotificationOpenedApp(remoteMessage => {
//navigate to new screen or
//Show the user something
}); |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
andersonaddo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you are trying to handle a user clicking the notification itself
https://rnfirebase.io/messaging/notifications