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
0 answers

Android - How to Pull Data From a Dynamic Link

I am using Firebase Dynamic Links and Invitations to invite players to my app. The ultimate goal is for the shared link to contain a unique Table ID that will pull the player directly into the table their friend is currently in. So far, I can…
Paula T
  • 1,212
  • 11
  • 13
0
votes
1 answer

Open instant app through another application

I have 2 applications called AppOne and Apptwo. AppOne has only one activity and is an Instant App. I have the url for the instant app. I have deployed it to Play Store for Internal Testing. In my Apptwo, I want to open my instant app through url. I…
BraveEvidence
  • 53
  • 11
  • 45
  • 119
0
votes
1 answer

how to extract parameter value from firebase dynamic link email directly in android activity

I have searched SO a lot but could not find a similar type question. My requirement is simple. I need to get parameter values from Email from my mailbox.My Email look like…
Dev b
  • 17
  • 6
0
votes
1 answer

Creating ShortLink using FireBase Dynamic Link Domain

Currently I am using Google URL Shortener to convert long url to short . Now I move to FireBase DynamicLink. In FireBase Console I have added a project . After adding the project, i got a WebAPI Key . With in that project we need to register a app…
0
votes
2 answers

What is the app-code used to create the URL deep link in Firebase for Web Apps?

I'm trying to replace my Google URL Shortener function with Dynamic Links. I need to do a REST POST with data but I can not find the app-code I am supposed to use. The documentation for Firebase Dynamic Links does not seem to explain where I am…
andrebruton
  • 2,268
  • 4
  • 29
  • 36
0
votes
2 answers

Firebase Dynamic Link setLongLink string issue

I need to create a short link for URL like the following - howdoyoudo.co.il?id=123&evaluator=7 Using the following code I get a partial shortcut that link me to howdoyoudo.co.il?id=123 I tried set the pass the URL like this…
Shai
  • 355
  • 2
  • 5
  • 18
0
votes
1 answer

Firebase Dynamic Link Rest API - 400 Bad Request

I am transitioning an existing service from using google url shortener api to try and use Firebase Dynamic Links. I have linked a project from the Google Cloud Platform, and setup a "dummy" android app so that I can have the app domain for the…
B-Wieg
  • 181
  • 14
0
votes
0 answers

Firebase dynamic links not working on first install for iOS <= 9

I am having trouble getting dynamic links to work on first install for iOS <= 9. Steps I have the link in "Notes" app I click on the link, it opens in Safary and correctly redirects to the AppStore I install the app for the first time and open it…
0
votes
1 answer

Firebase Dynamic Link when typed into Android Address Bar

As you can see here, i want to change the behavior of my Firebase Dynamic Link when it is typed into the Android Browser, because right now it redirects me to the PlayStore instead of Deep Linking into the app. How can i achieve such behavior?
0
votes
1 answer

Is this safe to pass query parameter in Firebase Dynamic "link" attribute

I'm integrating firebase dynamic linking for Android & iOS application. What I found is query parameter I passed in link attribute is not safe. I can copy link form debug detail (by appending ?d=1 at the end of deep link). My understanding says we…
CoDe
  • 11,056
  • 14
  • 90
  • 197
0
votes
0 answers

How to hide firebase dynamic link debugging info

I'm integrating firebase dynamic link integration & it work pretty well. Except the fact that whatever I pass as query parameter in link attribute it display those information in web link. I'm using following attribute info to generate deep link. { …
CoDe
  • 11,056
  • 14
  • 90
  • 197
0
votes
2 answers

testing analytics SDK based app without actually deploying it on App Store

I want to integrate user reward referral functionality in my app. To achieve the same with the help of Firebase, I generated a unique link (by formatting link parameter) with the help of dynamic builder API. This link is working fine (No error…
0
votes
1 answer

Firebase Dynamic Links No Longer Open App

I am working on an app that uses Firebase dynamic links. All throughout testing, the base link, and deep links would open the app, as expected. At some point, this stopped working on my test device. I tried turning the Associated Domains off and…
D. Pratt
  • 444
  • 8
  • 15
0
votes
1 answer

Forwarding A User To A Particular Chat Room Using Firebase

Similar to this question. However, I am looking for a way to add a token to the invitation link so that an android application can read such said token and then "automatically" join that user to that particular chat room. However, I haven't found…
user5960886
0
votes
1 answer

Dynamic link creation dependency is not supporting in android

I am using firebase to read data attached with dynamic link but but it showing the compile time error. My APP level gradle is given below. apply plugin: 'com.android.application' android { compileSdkVersion 26 buildToolsVersion "26.0.1" …
gyannet
  • 1
  • 2