1,324 questions
136
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 ...
19
votes
2
answers
19k
views
Flutter - How to pass custom arguments in firebase dynamic links for app invite feature?
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 ...
19
votes
1
answer
15k
views
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 ...
18
votes
1
answer
2k
views
Firebase dynamic link - opening multiple instance of the app
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 ...
18
votes
1
answer
1k
views
"Other platform" configuration in Firebase dynamic links
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 ...
17
votes
4
answers
7k
views
Where are archived Dynamic Links?
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
17
votes
5
answers
39k
views
Firebase Dynamic Links — root url
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:
...
17
votes
0
answers
10k
views
Firebase Dynamic Links deprecated [closed]
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 ...
16
votes
5
answers
10k
views
Firebase dynamic links always opens app store
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 ...
16
votes
3
answers
11k
views
Firebase Dynamic Link is not caught by getInitialLink if app is closed and opened by that link
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 ...
16
votes
4
answers
7k
views
Firebase dynamic links campaign tracking not working
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 ...
16
votes
1
answer
8k
views
How to test Firebase Dynamic Link with TestFlight (Unpublished ios app)
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 ...
16
votes
1
answer
3k
views
How to edit the Firebase DynamicLinks 404 (Dynamic Link Not Found) page?
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 ...
16
votes
1
answer
3k
views
How to list all Firebase Dynamic Links?
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....
16
votes
2
answers
4k
views
How to edit deep link parameter in Firebase Dynamic link [closed]
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 ...
15
votes
1
answer
4k
views
Not getting Firebase Dynamic Link of users that download app from Playstore
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 ...
15
votes
3
answers
7k
views
Firebase page.link reported in Play console with domain failed validation, deep links not working - how to verify ownership?
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 ...
14
votes
2
answers
3k
views
Firebase dynamic links - custom suffix
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. ...
14
votes
4
answers
12k
views
Firebase dynamic link always goes to app store URL even if the app is installed
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 ...
14
votes
1
answer
8k
views
Firebase does not track clicks on dynamic links
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 ...
14
votes
0
answers
2k
views
DynamicLinks.API is not available on this device [duplicate]
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....
14
votes
2
answers
3k
views
How to add Custom Text instead of URL in Deeplink message
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 ...
13
votes
2
answers
15k
views
How get extra parameter from dynamic link using Firebase?
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&...
13
votes
3
answers
11k
views
Short Dynamic link error com.google.android.gms.common.api.ApiException: 8:
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....
13
votes
5
answers
18k
views
Firebase Deep Link short URL
Can the links for Firebase deep links be shortened? Do they have that feature? Links generated are too long and that is not good.
13
votes
2
answers
7k
views
Test Firebase Dynamic Links for Unpublished App
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 ...
13
votes
3
answers
5k
views
Firebase dynamic link, clear it after using once
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 ...
12
votes
1
answer
7k
views
iOS app lacks App ID Prefix. UniversalLinks is not enabled for the app. Where to enter the App ID?
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 (...
12
votes
1
answer
8k
views
What is customURLScheme in Firebase Dynamic Links?
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()....
12
votes
2
answers
4k
views
Firebase dynamic links for multiple iOS apps in project
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 ...
12
votes
2
answers
10k
views
How to shorten a Firebase Dynamic Link using my own domain name
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 ...
12
votes
0
answers
1k
views
How can i restore an Archived dynamic link accidently?
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.
...
11
votes
2
answers
9k
views
Firebase dynamic links are not working on iOS when the dynamic link has the custom subdomain
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 ...
11
votes
5
answers
5k
views
Firebase Dynamic-Links is not working for different target in same project in iOS
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 ...
11
votes
3
answers
14k
views
Firebase dynamic links is not launching my app in specific situation
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, ...
11
votes
3
answers
6k
views
Firebase Dynamic Links - Can't get Url in android after install app from play store
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 ...