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
19
votes
6 answers

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 GoogleApiClient.Builder(this) …
user3559471
  • 563
  • 2
  • 6
  • 17
18
votes
2 answers

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 like username and password in the deeplink/dynamic…
Mahesh P
  • 400
  • 1
  • 4
  • 18
18
votes
1 answer

"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 different behavior on desktop, like displaying a full…
Samuel
  • 16,923
  • 6
  • 62
  • 75
16
votes
3 answers

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 listener for new incoming dynamic links. It is not…
Daniel
  • 1,522
  • 1
  • 12
  • 25
16
votes
5 answers

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: Invalid Dynamic Link Requested URL…
Pavel
  • 5,374
  • 4
  • 30
  • 55
16
votes
1 answer

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 Firebase hosting but didn't work as expected.
16
votes
1 answer

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 TestFlight environment. I never have any experience in…
16
votes
5 answers

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 instructed (applinks:https://myapp.page.link/sZZL), and…
user3024827
  • 1,228
  • 4
  • 18
  • 36
16
votes
1 answer

How to edit deep link parameter in Firebase Dynamic link

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 once created. Edit from Cyril DD : Using the…
warlock
  • 203
  • 3
  • 7
16
votes
1 answer

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 in whatsapp or sms while there is already an…
Deepak
  • 190
  • 8
16
votes
1 answer

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…
Feng Zhao
  • 2,977
  • 1
  • 14
  • 20
15
votes
4 answers

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 all the official documentation, just adding the UTM…
15
votes
1 answer

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 link, After installation Playstore will show…
shanraisshan
  • 3,521
  • 2
  • 21
  • 44
14
votes
4 answers

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
news meig
  • 143
  • 1
  • 5
14
votes
2 answers

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. example.app.goo.gl/customlinkname), while using API…
Richard Roe
  • 143
  • 1
  • 4
1
2
3
90 91