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
0
votes
1 answer

Firebase dynamic links in UWP

So Firebase has these Dynamic links, which if you click in your Android / iPhone you get redirected to your app instead of the website. So when you want to invite your friends to join you in the app (game, group chat or whatever) you just share this…
Tomáš Bezouška
  • 1,395
  • 1
  • 10
  • 25
-1
votes
1 answer

Firebase for app flavors for iOS and Android

What would be the best approach to set up Firebase for app flavors that we will publish in the stores? Use a single project with four apps (two for Android and two for iOS) or 2 different projects, one for each flavor with its apps? I have read in…
J. Diaz
  • 371
  • 1
  • 6
  • 16
-1
votes
1 answer

How to customise preview firebase page, when using firebase dynamic links?

I try to customise preview page, to make it more beautiful
-1
votes
1 answer

Firebase Hosting error - added a new domain and added A records but I have been waiting 24 hours

I have a problem with dynamic links. I added a new domain and added A records but I have been waiting 24 hours so I'm getting the same error I have other A records but with different data and I can't delete them
-1
votes
1 answer

Check for Firebase Dynamic Links configuration

While validating my dynamic link configuration from the link https://XXXXXXXXXXXXXXXXX.page.link/apple-app-site-association I am getting the reponse as { "applinks": { "apps": [], "details": [ { "appID":…
-1
votes
2 answers

How to test firebase dynamic links to redirect to TestFlight for uninstalled app?

Is there any solution to test firebase dynamic links, to redirect to TestFlight for uninstalled apps?
pajtimid
  • 518
  • 1
  • 4
  • 13
-1
votes
1 answer

Firebase Universal links disabled and not working (iOS)

I am trying to get Firebase Dynamic links that I have integrated on my ios app to open. Following the youtube tutorial (https://www.youtube.com/watch?v=KLBjAg6HvG0) I have downloaded my app onto my phone from Xcode. When I try to open up the link I…
Talon Brown
  • 127
  • 13
-1
votes
1 answer

can we use firebase dynamic link for website

Can we use Firebase Dynamic Links as own URL shortener for a website? Will it work in mobile devices. If I build Do Follow link in Shortened URL (l.andrimo.com/xyz) is this transfer authority like goo.gl
-1
votes
1 answer

How to get params after pathPrefix in android deep linking?

What should i write to get value of suffix after pathPrefix. For example i have a deep link registered in manifest for pathPrefix="/bills" but i have another scenario where sometimes i can get a id with bills such as /bills/123 so what should i…
-1
votes
1 answer

Using deeplinks to share User profile

Currently, I'm using firebase to store the users in the database but I wanted to add a link to each specific id so the user is able to copy their profile link and send it to a friend if they have the app or not, I read a little bit about dynamic…
-1
votes
1 answer

Firebase Dynamic Link REST Api is ignoring # symbol in deep link

I want to generate firebase deep link (short Url) for the deep link containing #, its basically angularJS routing url, so contains # symbol, but Firebase api is ignoring it. Request URL: …
Abhishek Singh
  • 1,367
  • 1
  • 22
  • 46
-1
votes
1 answer

How can use firebase url shortener in python Django?

Is there any way to use firebase URL shortener(dynamic links) programmatically in Python Django?
GAJESH PANIGRAHI
  • 1,204
  • 10
  • 17
-1
votes
1 answer

Firebase Shortening Service Vs Goog.gl

I was using google url shortener but had to part ways because the shortened Urls were public in the database maintained by google and can be accessed by anyone. I know Firebase is taking the place of goog.gl link shortener. So my question today is -…
Indark
  • 322
  • 1
  • 2
  • 14
-1
votes
1 answer

where is located FirebaseDynamicLinks?

With unit I need to add in the import to access FirebaseDynamicLinks ? doc at https://developers.google.com/android/reference/com/google/firebase/dynamiclinks/FirebaseDynamicLinks didn't say it ...
zeus
  • 12,173
  • 9
  • 63
  • 184
-2
votes
1 answer

Where to Find this file "firebase.json"

unable to find the file 'firebase.json'. I am adding multi path prefix in firebase dynamic links. It's saying to add prefix, you need to add this snippet in 'firebase.json' but I am unable to find this file. image is for reference
fawad
  • 1
  • 2
1 2 3
90
91