So, I want to redirect user to my web app created in flutter with specific item id when user don't have mobile application installed Here is my code for create
I've been using firebase dynamic links for my app and recently encountered the issue where when clicking on the link, instead of opening a choice view for what
Debugging Dynamic Links error: "iOS store ID does not exist in the given iOS bundle ID." I create a Dynamic Link for my project, completed all setups Android wo
I have read a lot of question on stackoverflow but none of them answer the question. I am trying to set up dynamic links so that a link will deep link the user
I want to use Firebase email link authentication in my iOS (Flutter) app with a custom domain: The app requests Firebase Auth backend to send an email to the u
I am creating a share button for a post on the feed. I am generating a unique link using Firebase Dynamic Links with a custom parameter at the end. On Android 1
Im using firebase dynamic link to open the mobile application (If already installed) or to redirect user to Playstore or app store. In iOS mobile , I pasted the
I am developing a website using flutter and want to create a link for the website something like noob.com/username for a social profile of the user where userna
I have the following code in my application: For creating the dynamic link I have: /// Function that creates a DynamicLink for a [SingleFashionItem] using [Fire
Our app had dynamic links up and running in the AppStore, but we had to transfer the app to a new developer account. After the transfer dynamic links no longer
I have a problem receiving Firebase Dynamic Links with the new custom URLs. I created one "abc0.page.link", I set up everything to create it in code from the ap
I use firebase dynamic links. They work perfectly fine when the app is in background and I use the application continue userActivity function. However if I cli
I have an instant app and a Firebase dynamic link which redirects to this instant app. But when I click the dynamic link on a computer, the link leads to a non
My MainActivity manages the deep link this way override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) ... intent?.l
I have set up the Firebase project and dynamic link. Tapping Firebase dynamic link while the app is installed: directly open the app, both on iOS and Android. T