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

How To Setup Google Firebase Dynamic Links in Xamarin Forms - Android Edition

How do you setup google firebase dynamic links, deep linking, in a xamarin forms app?
Tim
  • 132
  • 10
0
votes
1 answer

Use my own domain with Firebase Dynamic Links

Is it possible to use my own FQDN with Firebase Dynamic Links, instead of the subdomain offered by Google below page.link?
Joyce Babu
  • 19,602
  • 13
  • 62
  • 97
0
votes
0 answers

Android: firebase Dynamic Link issue

How to get data from dynamic link when i am trying to get data and link using following method i get error. FirebaseDynamicLinks.getInstance() .getDynamicLink(getIntent()) .addOnSuccessListener(this, new…
Anil
  • 1,087
  • 1
  • 11
  • 24
0
votes
1 answer

Firebase Email verification not working

I am looking for help to the same question as in Firebase Email verification not working with ActionCodeSetting The answer is unfortunately incomplete (to me), and I cannot comment on the original answer as I'm new to SO. What I'd like to know is…
0
votes
1 answer

Generate dynamic links firebase Android

Am currently developing an Invoice app that lets a user create an invoice and share. I want to make it such that when they create it, a link is generated with query parameters being the user id and invoice id. I also want that when a link of that…
ngenge
  • 157
  • 1
  • 8
0
votes
1 answer

Why is "Dynamic Links" created dynamically by android app not opening app directly?

Problem: Why is "Short dynamic links" created programatically wont open/launch the app directly? But link created at console, shows only one prompt to choose browser then app launches directly. I want to launch app directly when user clicks the…
Tupio
  • 432
  • 7
  • 19
0
votes
0 answers

Android Firebase Dynamic-Link

I created Dynamic Link Using Firebase and if I share share it via Gmail or Message, it's detecting my app and working properly, but if I share my link via Skype it is unable to detect my app it's directly redirecting to playstore.
sudhakara k s
  • 217
  • 3
  • 8
0
votes
1 answer

Firebase Dynamic Link CORS - XMLHttpRequest

I'd like to shorten my URL's using the Firebase Dynamic Link shortener. I followed the Rest API reference and the code seems to check out: const url ="https://firebasedynamiclinks.googleapis.com/v1/shortLinks?key=MY_API_KEY"; this.request = new…
0
votes
1 answer

how to short url by using google firebase dynamic link if the url contains '#'

i am using firebase dynamic link to shorten my url but on doing so its gives the response of "warningCode": "UNRECOGNIZED_PARAM" as my url contails '#' sign. and its generates the short url of the data before # and ignores the data after #. My url…
0
votes
1 answer

Firebase Dynamic Link linkStats

linkStats returns an empty JSON object. How do you retrieve the stats for a shortlink created through Firebase? Is this supported? https://firebasedynamiclinks.googleapis.com/v1/:link/linkStats?durationDays=2
user1846591
  • 61
  • 3
  • 10
0
votes
1 answer

receive dynamicLink more than once

I have the following code for receiving the dynamic links and it works. According to Firebase, we only get to receive the link once. What if I want the link, even when clicked multiple times, to open the activity? Is there any way to achieve…
0
votes
1 answer

How to retrieve short url links from Firebase Dynamic Links

I created a dynamic link in Firebase, and I'm adding a query parameter ("id") to the shortened URL afterwards, in order to retrieve it in the app activity and open a specific screen FirebaseDynamicLinks.getInstance() …
Petermonteer
  • 296
  • 4
  • 17
0
votes
1 answer

How to create a Dynamic link in Firebase programmatically? Swift

I would like to create a firebase dynamic, but I can't get error in components.shorten The operation couldn’t be completed. Long link is not parsable. I am following the firebase docs, but I can get the desired outcome. @IBAction func…
bibscy
  • 2,598
  • 4
  • 34
  • 82
0
votes
2 answers

use of unresolved identifier FIRDynamicLinkComponents

I am trying to create a firebase dynamic link, but I get error use of unresolved identifier FIRDynamicLinkComponents. The frameworks I import in this viewcontroller are: Firebase and UIKit. FIRbaseDynamicLinks.framework screenshot attached…
bibscy
  • 2,598
  • 4
  • 34
  • 82
0
votes
2 answers

Does Flutter support Firebase Dynamic Links?

If yes, how to implement the Firebase Dynamic Links in Flutter? I want users to open a Dynamic Link on iOS or Android, and then they can be taken directly to the linked content in my app.
David
  • 1,071
  • 3
  • 11
  • 13