When the user taps on the notification, I want to open the browser with a specific link, instead of opening the app. I think FCM has onNotificationOpened for this. But @react-native-firebase/messaging only offers onNotificationOpenedApp which triggers when the app is opened as response to tapping on the notification. So this isn't possible with this package, is that correct? So I need to use a different package, like Notifee?