Questions tagged [firebase-dynamic-links]

Firebase Dynamic Links drive usage to your mobile application from sources where only a URL can be provided, such as SMS, email, and marketing promotions. These links can help the user install and launch your app to exactly the point your user expects.

About Firebase Dynamic Links

Firebase Dynamic Links is a component of the Firebase suite of tools for cross-platform application development.

  • Improve acquisition and engagement by bringing users directly to content that they were originally searching for, whether they have your app installed or not
  • Delight new users with personalized promotions and messages after install

Related tag

1355 questions
9
votes
1 answer

Firebase dynamic links handled twice

I have a problem that firebase dynamic link is relaunched when the android app is restarted. The following sequence produces the problem: click the deep link URL the app is opened at the view pointed by the deep link (as expected) close the app…
diidu
  • 2,823
  • 17
  • 32
8
votes
1 answer

Firebase dynamic link always goes to ios app store even if app installed

I have a dynamic link that is working fine on Android however I can't get the App Store redirect behaviour working correctly on iOS. If I set up the dynamic link to go to a url (not the app store) if the app is not installed it works as expected and…
MadMac
  • 4,048
  • 6
  • 32
  • 69
8
votes
2 answers

Firebase dynamic link always open App Store instead of the application

Was trying to setup deep-linking with Firebase Dynamic Link but the link always direct the user back to App Store even though the app has been installed. I have tried the "Link Preview (Debug)" to test my Dynamic Link. Clicking the "App with deep…
8
votes
1 answer

Deep Link does not contain valid required params - Flutter with Firebase Dynamic Link

I am using Firebase dynamic link in my flutter app. I am allowing user to generate dynamic link in app that can be shared via sms/email/whatsApp etc etc. This link is working fine for Android but for iOS i am getting this exception. Thanks in…
shruti tupkari
  • 1,149
  • 1
  • 6
  • 17
8
votes
1 answer

Flutter Firebase Dynamic Link not working on new ios app install

I am trying to handle dynamic links within my flutter app and they work perfectly when the app is already installed. The link works fine regardless if the app is open or closed in the background. However when I try to use a link when the app is…
steveko23
  • 163
  • 2
  • 8
8
votes
1 answer

Getting error "Invalid Dynamic Link - Blocked" error when user selects Login link

I'm trying to implement email sign-in without password, as per the instructions on this page and when the recipient selects the link in the login message, they see the following message: I don't get this. The domain pento-2a27b.firebaseapp.com IS…
8
votes
3 answers

Unable to create dynamic link "An error occurred when creating a new Dynamic Link"

I'm trying to add passwordless email signin to my Firebase app, so the first thing I did was to whitelist my domain: Next, I tried to create the dynamic link: At this point, when I pressed the Create button, I got the error. Anyone see what I'm…
8
votes
2 answers

Delete URL Prefix on firebase console

At the beginning, we've linked a custom domain to firebase hosting to create dynamic links using this domain. Today, we want to remove it. Deleting the connected domain from firebase hosting was pretty simple but then it remains in the list of url…
8
votes
1 answer

Get the dynamic link, not the deep link - Firebase Dynamic Links on Android

I have created a Firebase dynamic link, ex: dynamic link: https://my.dynamic.link deep link: https://my.deep.link When someone visits that dynamic link it will either open my app if it's installed or open Google Play to install my app. I'm not…
Roshana Pitigala
  • 8,437
  • 8
  • 49
  • 80
8
votes
0 answers

Firebase Dynamic Links - huge delay in clicks being tracked in my Firebase Console

I have created a few Firebase Dynamic Links yet unlike Google URL Shortener the click-tracking is no longer instant. I have some links created over 18 hours again that have been visited lots of time (by myself) however these clicks have yet to be…
8
votes
1 answer

Google Dynamic Links with .NET

I'm trying to get google firebase dynamic link work on my .net core project my code is as below public static async Task GetShortLink(string longLink) { var service = AuthenticateServiceAccount("gayan@empite.com",…
Gayan
  • 2,750
  • 5
  • 47
  • 88
8
votes
3 answers

Firebase update apple-app-site-association

I am implementing dynamic links and everything works well, besides that in my project settings I changed the "Team ID" aka "AppStore App Prefix". If I visit myproject.page.link/apple-app-site-association it still is giving me the old team ID and I…
Janosch Hübner
  • 1,584
  • 25
  • 44
8
votes
1 answer

Can I use Firebase Dynamic Links for a web app?

I don't see any option for Web under "receiving dynamic links" in Firebase Dynamic links page. Without the SDK, there's no way to connect a post-install user with a pre-install click. I have a desktop app that runs on node.js like a web app,…
8
votes
3 answers

Add the Association Domains feature to your App Id?

I'm trying to implement Firebase Dynamic Linking. i have created project on firebase console and provided the required value(prefx and appid). i also have allowed the association domains from developer console and it is sucessfully showing true…
Nomi
  • 1,981
  • 2
  • 8
  • 10
8
votes
3 answers

IOS10 Firebase Dynamic Link Show a Blank Page with Open Button. But Why?

blank image show if app not installed I tried to implement firebase dynamic link. It works perfectly if app installed in device but it shows this page if app not installed.It happens every time i try to go to app store. Does anyone have any…
D.Developer
  • 81
  • 1
  • 3