How to open a url in default browser of user on notification being tapped, Instead of opening the App

Please provide the following:

  1. SDK Version: 35
  2. Platforms(Android/iOS/web/all):

Is there any way to do this?
Is this possible in bare setup with RNFirebase?

I don’t know if there’s a way to do this directly, but the notification could trigger your app to open the URL in the browser. i.e. Notification opens your app. Depending on the data attached to the notification, your app decides whether to open the URL in the default browser.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.