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

Can we retrieve the Dynamic URL after the first time app installation using Firebase Dynamic Link? if yes, then how? (Swift/iOS)

Step1: - Click on the URL link Step2: - If the app is not installed then go to the app store OR play store. Step3: - After installing the app the first time open it. Step4: - How to get the referral(Dynamic) URL. (Is it possible to get the URL the…
-2
votes
1 answer

How to create dynamic link when share button is clicked in android with Firebase?

I want to share user posts with dynamic link so that when anyone clicks the link it opens the app with that post's detail. But I am unable to find any good tutorial. Can anyone help me to create this?
Bhaskar Jyoti Dutta
  • 1,740
  • 2
  • 15
  • 30
-2
votes
1 answer

IOS - Firebase Dynamic Link Opens the app but shows text buttons on STATUS BAR

Problem 1: So I am using the Firebase dynamiclink and works fine. My problem is I want to hide the textButton on my status bar (DONOT WANT TO HIDE THE WHOLE STATUS BAR, the buttons) whenever the app opens on dynamic links. See photo. Problem 2: I…
thelunes
  • 35
  • 2
1 2 3
90
91