Skip to main content
Filter by
Sorted by
Tagged with
136 votes
21 answers
251k views

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 ...
Joao Sardinha's user avatar
69 votes
6 answers
32k views

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 ...
Splaktar's user avatar
  • 5,914
62 votes
22 answers
84k views

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 ...
kalpeshdeo's user avatar
  • 1,274
58 votes
11 answers
77k views

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 ...
Denny Huang's user avatar
50 votes
2 answers
32k views

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's user avatar
  • 275k
40 votes
3 answers
17k views

Where is the delete/remove button to remove dynamic links/deep links within a Firebase project?
ethanneff's user avatar
  • 3,451
38 votes
2 answers
16k views

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 ...
Etienne Lawlor's user avatar
34 votes
7 answers
19k views

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 ...
nullforlife's user avatar
  • 1,404
34 votes
7 answers
16k views

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 ...
RobLabs's user avatar
  • 2,345
31 votes
1 answer
54k views

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 ...
Maulik Dodia's user avatar
  • 1,679
29 votes
2 answers
5k views

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 ...
jerem's user avatar
  • 1,036
26 votes
1 answer
5k views

Trying to add a new URL Prefix shows me this message, do you know why is this been showing up?
Marlhex's user avatar
  • 1,985
23 votes
4 answers
20k views

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 ...
Bisclavret's user avatar
  • 1,381
23 votes
1 answer
4k views

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 ...
bend's user avatar
  • 1,404
20 votes
6 answers
35k views

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 ...
user3559471's user avatar
19 votes
2 answers
19k views

Can you please tell me how to Send and fetch the arguments using the flutter plugin firebase_dynamic_links[https://pub.dev/packages/firebase_dynamic_links#-readme-tab-]? I want to pass parameters ...
Mahesh P's user avatar
  • 412
19 votes
1 answer
15k views

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 ...
Pushan Gupta's user avatar
  • 3,855
18 votes
1 answer
2k views

I'm using Firebase dynamic link for deferred deeplinking following the guidelines mentioned in firebase docs. I'm facing a weird issue, if I open the link in WhatsApp or SMS app, the application opens ...
Deepak's user avatar
  • 310
18 votes
1 answer
1k views

When creating a dynamic link manually there is a ofl parameter for "other platforms". It handles this use case: The link to open on platforms beside Android and iOS. This is useful to specify a ...
Samuel's user avatar
  • 17.3k
17 votes
4 answers
7k views

I accidentally clicked "Archive Link" in Dynamic Links. But the link was already distributed so can't be changed. How can I find it or entry the same one? https://console.firebase.google.com
news meig's user avatar
  • 173
17 votes
5 answers
39k views

I'm using Firebase Dynamic Links to redirect users to mobile app. Links like https://example.com/mypath works, but I also want to use root url, i.e. https://example.com Currently it shows error: ...
Pavel's user avatar
  • 5,956
17 votes
0 answers
10k views

According to the official document, Firebase Dynamic Links will be deprecated. Firebase Dynamic Links is no longer recommended for new projects. In the future, the Dynamic Links service will shut ...
Allen's user avatar
  • 3,226
16 votes
5 answers
10k views

I have been trying to get dynamic links working all day to no success. I have created a dynamic link using firebase web and with a google provided link. I have added the associated domains as ...
user3024827's user avatar
  • 1,258
16 votes
3 answers
11k views

Programmatically generated dynamic links are not properly catched by FirebaseDynamicLinks.instance.getInitialLink(). if the app is closed. However, if the app is open it is properly detected by the ...
Daniel's user avatar
  • 1,610
16 votes
4 answers
7k views

At work we are trying to use the optional campaign tracking UTM arguments when creating dynamic links through the firebase portal. The dynamic links are working fine, and as far as I can tell from ...
Thomas Cook's user avatar
  • 4,943
16 votes
1 answer
8k views

Developing a small app in react native for both android and ios, where I need to open my app by clicking on a firebase dynamic link. This app is not published yet in AppStore, right now it is in ...
Vikas S's user avatar
  • 484
16 votes
1 answer
3k views

I'm using Firebase DynamicLinks and wondering if there is a way to edit the page that appears when the user opens an invalid or deleted link? I tried to provide the 404.html in the public folder of ...
Mo Elsifi's user avatar
  • 357
16 votes
1 answer
3k views

I can see all the firebase dynamic links that are manually created in the firebase console. However, I can't find those that are created with the firebase dynamic link rest api: https://firebase....
Feng Zhao's user avatar
  • 2,995
16 votes
2 answers
4k views

Is there a REST API to update the Deep link property of Firebase DynamicLink? The Google guide only shows the process to create a short link , but there is no mention of how to update the deeplink ...
warlock's user avatar
  • 203
15 votes
1 answer
4k views

There are 2 cases in Playstore App Normal Installation (Playstore shows OPEN Button) Installation from Dynamic Link (Playstore shows CONTINUE Button) Test Case: Download app from Firebase dynamic ...
shanraisshan's user avatar
  • 3,613
15 votes
3 answers
7k views

I am getting this error message, and don't understand what I need to do to fix. How do I verify ownership of a Firebase deep link? Deep links not working Users will not go directly to your app from ...
giorgio79's user avatar
  • 4,269
14 votes
2 answers
3k views

I made a simple python script to generate firebase dynamic links for my app using POST API https://firebase.google.com/docs/dynamic-links/rest However, in web UI I can set custom link address (i.e. ...
Richard Roe's user avatar
14 votes
4 answers
12k views

I am trying to integrate Firebase dynamic link into IOS app but the problem is that even if the app is installed the dynamic link is taking me to app store page to download the App from app store. Did ...
Ajay Singh Beniwal's user avatar
14 votes
1 answer
8k views

I have created a dynamic link through the Firebase console. The link works correctly according to its flow. The issue is that the link analytics does not work. On the day of creation, Firebase ...
Vladimir's user avatar
  • 370
14 votes
0 answers
2k views

I have implemented Dynamics Links in my instant app, when click in link open the instant app but in to method getDynamicLink(intent) it shows me the following error: com.google.android.gms.common.api....
Juangra13's user avatar
  • 151
14 votes
2 answers
3k views

I'm integrating Firebase to support Deeplink feature in app. I have seen in one of screen-example suggested(PFA) here that we can add our own custom text instead of display Deep link URL. I have tried ...
CoDe's user avatar
  • 11.2k
13 votes
2 answers
15k views

I have created dynamic link manually and I set some additional parameters on the link, like this: https://XXXXX.goo.gl/?link=https%3A%2F%2Fairbanq.send.com%2Fsendmoney&apn=com.xxxx.xxxx&amv=1&...
Bryan Acuña Núñez's user avatar
13 votes
3 answers
11k views

I am trying to get Firebase dynamic links to work in my app. I have a function with the following //long String link = "http://www.blessd.mobi"; DynamicLink m = FirebaseDynamicLinks....
the_big_blackbox's user avatar
13 votes
5 answers
18k views

Can the links for Firebase deep links be shortened? Do they have that feature? Links generated are too long and that is not good.
shibapoo's user avatar
  • 1,909
13 votes
2 answers
7k views

I have a dev version of my app that is not published in the Play Store. I would like to test dynamic links with it, but whenever I click a dynamic link, it opens the play store, and I get a not found ...
Eliezer's user avatar
  • 7,357
13 votes
3 answers
5k views

https://firebase.google.com/docs/dynamic-links/android/receive states that Calling getDynamicLink() retrieves the link and clears that data so it is only processed once by your app. You ...
eugene's user avatar
  • 42.1k
12 votes
1 answer
7k views

I get the Firebase Dynamic Link error iOS app lacks App ID Prefix. UniversalLinks is not enabled for the app. The weird thing is, that I have 3 ids Bundle ID (8NF32DY4EL.app.myapp.ios) Team ID (...
zeiteisen's user avatar
  • 7,178
12 votes
1 answer
8k views

In the documentation it says to add the following lines to my AppDelegate.swift: // Set deepLinkURLScheme to the custom URL scheme you defined in your // Xcode project. FIROptions.default()....
MarksCode's user avatar
  • 8,644
12 votes
2 answers
4k views

I have a firebase project with two iOS apps and two Android apps. These apps needs to share databases and users so this design seems natural. Regarding dynamic links, Android works like a breeze but ...
Aurélien MARTINET's user avatar
12 votes
2 answers
10k views

I'm trying to implement Firebase Dynamic Links in an iOS app. The goal is to have a clean URL for marketing purposes so folks can share links on social media. The idea is folks will share the clean ...
Zach Rattner's user avatar
  • 21.5k
12 votes
0 answers
1k views

I have two dynamic links in my firebase dynamic links which we are already using in our app so i just accidentally archived both links, now i am trying to unarchive those links but not getting any. ...
Divakar Joshi's user avatar
11 votes
2 answers
9k views

I have integrated firebase dynamic links in my app as per the guidelines mentioned in source1, source2. Everything is working as expected on the app for the default domains. But when I create a ...
Ashok's user avatar
  • 5,675
11 votes
5 answers
5k views

Is the behaviour of Firebase Dynamic-Links is different for Android and iOS? How can I implement Firebase Dynamic-Links for the same project for a different target in iOS? In Android, Firebase ...
Vishal Patoliya ツ's user avatar
11 votes
3 answers
14k views

I've made a dynamic link for users to share some contents in my app. The link is working when I click a link in an HTML page using href tag on Android device. It means, if the app is not installed, ...
hshan's user avatar
  • 745
11 votes
3 answers
6k views

If I install the app when clicking the dynamic link. All of that information from dynamic should be still available when I open the app for the first time.How can I get that information? It is not ...
ian sembiring's user avatar

1
2 3 4 5
27