Skip to content Skip to sidebar Skip to footer

Force Firebase Dynamic Link To Open In App Browser

If you create a dynamic link using the firebase console, it provides an option to define link behavior to either open the link in app or in a browser. How do we force a link to be

Solution 1:

You cannot force open the website using programmatically created short dynamic link in 4/2020. I tried them all. If the app is installed, it will always open the app and there isn't any param when you create dynamic link programmatically to force open it in the website. Funny because in console when you create it there, you can specify to force open in the website. If I am wrong, please comment or correct me. Filed the bug report to Firebase: https://github.com/firebase/firebase-ios-sdk/issues/5376

Solution 2:

Try skipping the apn parameter from the url while create dynamic link from Rest API. This will by default open the link in the browser.

Hope this will help you.

Post a Comment for "Force Firebase Dynamic Link To Open In App Browser"