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
125
votes
20 answers

How to add SHA-1 to android application

I'm trying to create a dynamic link in Firebase, when I'm selecting the android app, it shows an error saying "Add SHA-1 to this android app", I've already added a credential, but I'm not sure how exactly do I "add SHA-1 to the app" How is this…
John Sardinha
  • 3,566
  • 6
  • 25
  • 55
69
votes
6 answers

Unable to add Firebase Dynamic Links to a project using a custom domain

I've created Firebase Dynamic Links in other projects before using the page.link URL prefix (the only option at the time). However that no longer appears to be an option when enabling Dynamic Links for a new project today. It looks like the docs for…
Splaktar
  • 5,506
  • 5
  • 43
  • 74
59
votes
22 answers

Firebase dynamic link not opening the app iOS

I have developed & installed an iOS app locally on my device. And have set custom scheme in the info.plist as mydlink Set associated domains as weel: applinks:.app.goo.gl Created dynamic link on firebase…
kalpeshdeo
  • 1,236
  • 1
  • 11
  • 16
55
votes
11 answers

Firebase dynamic link support custom parameters?

I am writing a App for a Open Source Conference. Originally each attendees will receive different link via email or SMS like https://example.com/?token=fccfc8bfa07643a1ca8015cbe74f5f17 then use this link to open app, we can know the user is which…
Denny Huang
  • 651
  • 2
  • 7
  • 12
49
votes
2 answers

How can I test Firebase Dynamic Links if my app is not in the App Store?

I'd like to be able to open the app and print the parameters when I click on the dynamic link (even though it's not published). Is there a way to do this?
TIMEX
  • 259,804
  • 351
  • 777
  • 1,080
40
votes
3 answers

How do I delete/remove dynamic links in firebase?

Where is the delete/remove button to remove dynamic links/deep links within a Firebase project?
ethanneff
  • 3,083
  • 5
  • 23
  • 15
35
votes
2 answers

Difference between Deep Links, Android App Links, Firebase Dynamic Links and App Indexing

Here is an explanation of using deep links in navigation component: https://developer.android.com/guide/navigation/navigation-deep-link It says: An explicit deep link is a single instance of a deep link that uses a PendingIntent to take users to…
34
votes
7 answers

Can't add Team ID in Firebase Project settings

I am trying to add dynamic links to my app and I am following this guide: https://www.youtube.com/watch?v=sFPo296OQqk At around 3:20 he explains how to add team ID in the project settings but for me this option simply isn't there. I have checked…
nullforlife
  • 1,354
  • 2
  • 18
  • 30
33
votes
7 answers

Dynamic links in Facebook mobile app is not deep linked to app

Problem — when opening a Firebase Dynamic Link on Facebook Mobile, the Facebook Browser consumes the deep link and does not open the intended mobile app Question — is there a good workaround in Firebase to help Facebook deliver on the promise of…
RobLabs
  • 2,257
  • 2
  • 18
  • 20
30
votes
1 answer

Deep Link with Push Notification - FCM - Android

What I want: I want to send push notification to users. When user tap on that notification, user should navigate to specific activity. What I did: I created one deep link in Firebase console. I implemented FirebaseInstanceIdService &…
29
votes
2 answers

Firebase Dynamic Link doesn't work when installing app from appstore for the first time

I'm using Firebase Dynamic Link to share my app (>=IOS 9) and invite people to events (I mean if you have the app you can join the event with the DeepLink and if you don't have it, I'll be sending you to the appstore to download the app before…
jerem
  • 1,016
  • 2
  • 12
  • 27
26
votes
1 answer

Dynamic Links - Domain and path prefix are being released. Please retry in one month

Trying to add a new URL Prefix shows me this message, do you know why is this been showing up?
Marlhex
  • 1,870
  • 19
  • 27
22
votes
1 answer

Firebase & iOS 14 > Will dynamic links tracking and campaigns continue to work?

As most of you are probably aware of, iOS 14 will basically put an end to app acquisition tracking as we know it. Here are two great articles that explore the issue in length: The App Attribution Industry Is Dead How To Prepare Your Mobile App and…
20
votes
4 answers

Implementing referral rewards in Flutter

I would like to set up a referrals system in my application, so that users can invite their friends via email/phone number etc (whichever is easiest) and when it is confirmed that the invitee has installed the application, it will reward the…
Bisclavret
  • 1,327
  • 9
  • 37
  • 65
19
votes
1 answer

How do I pass Parameters in Dynamic Links?

How to receive parameters from firebase dynamic links in flutter? I created a short url: https://subdomain.example.com/product which points to https://example.com/view-product But I want to add a url query parameter…
Pushan Gupta
  • 3,697
  • 5
  • 23
  • 39
1
2 3
90 91