How to open Firebase notification URL inside/outside of the app

Hello, I purchased RocketWeb from codecanyon. How can I open the Firebase notification URL outside the inside/outside of the app?

To open a link from notification RokcetWeb has two Additional Options parameters.

notification_url : The URL that you want to open.
url_open_type : The URL will open inside or outside of the app.
When the value is EXTERNAL will open the link outside of the app.
When the value is INSIDE then open the link inside of the app.
When the value is CUSTOM_TAB then open the link inside the popup browser.

Leave a Reply