1,324 questions
137 votes
21 answers
251k views
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 ...
69 votes
6 answers
32k views
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 ...
62 votes
22 answers
84k views
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:<myapp>.app.goo.gl Created ...
58 votes
11 answers
77k views
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 ...
50 votes
2 answers
32k views
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?
40 votes
3 answers
17k views
How do I delete/remove dynamic links in firebase? [closed]
Where is the delete/remove button to remove dynamic links/deep links within a Firebase project?
38 votes
2 answers
16k views
Difference between Deep Links, Android App Links, Firebase Dynamic Links and App Indexing [closed]
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 ...
34 votes
7 answers
19k views
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 ...
34 votes
7 answers
16k views
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 ...
31 votes
1 answer
54k views
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 ...
29 votes
2 answers
5k views
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 ...
26 votes
1 answer
5k views
Dynamic Links - Domain and path prefix are being released. Please retry in one month [closed]
Trying to add a new URL Prefix shows me this message, do you know why is this been showing up?
23 votes
4 answers
20k views
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 ...
23 votes
1 answer
4k views
Firebase & iOS 14 > Will dynamic links tracking and campaigns continue to work?
As most of you are probably aware, 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 ...
20 votes
6 answers
35k views
Firebase dynamic link not opening the app
I have developed an android app locally on my device (app not yet on android play store). I have the following logic to get deep link in MainActivity. GoogleApiClient mGoogleApiClient = new ...