Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
60 views

My React Native app (Android and iOS) uses Firebase Email Sign In links for authentication. The app is configured to handle links that begin with a Custom Domain, which is registered and hosted by ...
Brad Stiff's user avatar
1 vote
0 answers
47 views

I have been using sendSignInLinkToEmail for Firebase Authentication to send link to login to email. Recently Dynamic Link URLs got deprecated. Hence I have switched to PROJECT_NAME.firbaseapp.com for ...
Shemil Hasan's user avatar
0 votes
1 answer
116 views

We have a use case where we need to pass deeplink data from the App Store → into the flutter app after installation. Our current approach is When the user opens a deeplink webpage, we copy the ...
Aman Kumar's user avatar
1 vote
0 answers
197 views

I am testing the deferred deep linking feature of AppsFlyer, but I'm unable to get a new deep link to attribute correctly after a re-installation. The SDK seems to be caching the data from the initial ...
Akshat Singhal's user avatar
0 votes
0 answers
49 views

I have a website and a mobile app and I have configure two type of page to re-direct to my app instead of my website. For example : Home (not redirect) List (redirect) Item (redirect) Account (not ...
Melanie Journe's user avatar
1 vote
0 answers
66 views

I’m using Firebase Dynamic Links but encountering an issue where it doesn’t redirect to the App Store when the app is not installed. I’ve correctly set up the AASA file on the custom domain app.okuru....
Satvik Trivedi's user avatar
1 vote
0 answers
108 views

I use Firebase Authentication with email links (passwordless link, password reset, email verification) and a custom Firebase Dynamic Links domain set for dynamic links. According to Firebase ...
Woof's user avatar
  • 1,474
0 votes
0 answers
288 views

I am trying to use universal links with Firebase. My end goal for now is to have a universal link open up the already installed app. Here's what I have already done, and I do not know what I'm doing ...
Rebeloper's user avatar
  • 774
0 votes
0 answers
59 views

I have a weird issue with Firebase Dynamic Links in my Capacitor app. When using deep links to authenticate users via SAML, it looks to be losing specific URL parameters but only in my staging ...
J.Do's user avatar
  • 201
1 vote
0 answers
35 views

I am sending an email verification link through my app, and ideally I want the link to open on my app. My very first step is to test IF the link actually works. So I am generating the custom ...
newbie coder's user avatar
1 vote
0 answers
55 views

Context: I'm working on a Flutter app where Firebase Dynamic Links should open the app directly if it's installed. The setup is correct for Android and iOS, and the link works perfectly on Android. ...
Waleed Alrashed's user avatar
0 votes
0 answers
97 views

In firebase console, I create a new dynamic link that set "Open the deeplink URL in a browser" for Apple. When I test pressed the link on the my iOS devices, it successfully open the app ...
Blurzschyter's user avatar
1 vote
0 answers
273 views

I recently updated my Android app to target and compile SDK version 35. After this migration, I'm encountering a runtime crash related to Firebase Dynamic Links. Here’s the stack trace: java.lang....
Anees Ahmad's user avatar
5 votes
0 answers
459 views

I have a web app with deeplink to an iOS app using Dynamic links. This was working perfectly before but now with the latest version of Google Chrome browser (v128.0.6613.98) in iPhones, it is throwing ...
rya's user avatar
  • 1,485
1 vote
0 answers
158 views

I could not make Dynamic linking working in an app. So to keep example as simple as possible, I followed Tour Of Hero example and downloaded the code. App works locally fine as well as when deployed ...
puzzled's user avatar
  • 641
0 votes
1 answer
78 views

To begin with, my firebase console is showing an error saying... https://mydomain.mydomain1.co.uk is not connected properly Your Dynamic Links path prefix is not configured in firebase.json. Check ...
Damandroid's user avatar
1 vote
1 answer
610 views

Deprecated: Firebase Dynamic Links is deprecated and should not be adopted in projects that don't already use it. The service will shut down on August 25, 2025. See the Dynamic Links Deprecation FAQ ...
Manthan Kanani's user avatar
0 votes
1 answer
190 views

This is my custom parameters path to add for dynamic link: let parameters = "action=ORDER&codeId=1&goId=2" This is how I create manual Dynamic Link: let domain = "joytst.page....
Bartłomiej Semańczyk's user avatar
2 votes
1 answer
162 views

I'm trying to add email link authentication to my expo app with firebase, but it needs a dynamic link and in dynamic links page it says that it is deprecated and there is no get started option. How ...
Omar Abdelaziz's user avatar
0 votes
0 answers
109 views

I'm trying to open an external link that should either redirects me to a product page inside my flutter app if the app is installed, or redirects me to the store app page if the app is not installed. ...
Fedy Belaid's user avatar
1 vote
0 answers
102 views

I am creating an app that should enable the users to share their profile or posts through links. The user should be able to (by pressing a share button) create a content specific link for any of his/...
Theiplusminus's user avatar
1 vote
1 answer
131 views

Is it possible to implement this behavior cross-platform in flutter: In the app I generate a link (or QR code) to the product and share it with someone. If the user who follows this link (or scans ...
Goodnickoff's user avatar
  • 2,267
0 votes
1 answer
48 views

I'm trying to read a dynamic link that I created on firebase inside my flutter application, I did all the configuration but I'm always getting null as a value. Here is my firebase config: Shortlink: ...
Fedy Belaid's user avatar
0 votes
1 answer
754 views

For a Flutter project app, is there a way to have a single link to redirect users to the app page in the correct store, rather than firebase dynamic links as it is deprecated. EDIT: Firebase dynamic ...
Rober Raafat's user avatar
0 votes
0 answers
337 views

const actionCodeSettings = { // URL you want to redirect back to. The domain (www.example.com) for this // URL must be in the authorized domains list in the Firebase Console. url: 'https://www....
Nikhil Bachhav's user avatar
2 votes
3 answers
676 views

I'm trying to create a Dynamic Link via Console, but there doesn't seem to be a "Get Started" button, so I can't figure out how to get to the page where I can create them. Has anyone ...
Salad Cesar's user avatar
2 votes
0 answers
43 views

i'm using Firebase dynamic link in my app and it work good it create link, and when share link it opens the app good my issue is: when open app by link, there is a data like id or page name not ...
Michael Nabil's user avatar
1 vote
1 answer
638 views

I‘m wondering if it is possible to use the functionality of firebase magic links completely without firebase dynamic links but rather with my own universal/app links. So basically creating a token, ...
Q.uestion's user avatar
  • 253
0 votes
1 answer
164 views

I'm currently working on implementing Firebase Dynamic Links in my Flutter app, and I've encountered an issue with retrieving query parameters from the dynamic link when the app is opened using the ...
Mohamed Abo Zeid's user avatar
6 votes
1 answer
4k views

I use dynamic links together with firebae auth email link. My app Flutter uses Passwordless Email Sign. I made the change in my project to use deeplink from my domain url. I made the adjustments to ...
Comp Dev's user avatar
1 vote
0 answers
41 views

I have a react-native app which utilizes firebase's dynamic link and sends sign in link to emails of the user. What I have noticed is if the user uses a gmail account, the user gets redirected to the ...
Tanmay's user avatar
  • 21
0 votes
1 answer
286 views

Following the docs for Authenticate with Firebase Using Email Link in JavaScript, I have node running locally in windows. I am able to login with email and password fine, however the email link method ...
Bringle's user avatar
  • 71
0 votes
1 answer
2k views

I am getting this error after adding " firebase_dynamic_links: ^5.4.8" ths pacakage in my fluttr app buildscript { ext.kotlin_version = '1.7.10' repositories { google() ...
kushal's user avatar
  • 7
0 votes
1 answer
553 views

I am trying to build Xcode preview in kotlin multiplatform project when using FirebaseFirestore with CocoaPods. With the following gradle files everything works fine, app runs & preview runs. ...
MrKew's user avatar
  • 1,009
1 vote
0 answers
55 views

I have integrated Firebase Dynamic Links into my Flutter app, but unfortunately, it is not working as expected. After creating the dynamic link, when I try to open it, it shows me the Firebase Dynamic ...
Ali Alqallaf's user avatar
  • 1,057
1 vote
0 answers
1k views

I am trying to use Firebase Dynamic links in an iOS App, but they're not working correctly on first install - I get Deep Link does not contain valid required params. URL params: { "...
Charlie Walker's user avatar
2 votes
1 answer
269 views

I have installed firebase dynamic links in my Flutter app, configured it on iOS native side with adding GoogleService-Info.plist for every env, have set DYNAMIC_URL and in general all dynamic links ...
Didjey's user avatar
  • 65
1 vote
0 answers
263 views

I appreciate the Dynamic Links are deprecated and will stop working in August 2025, but they still provide us with a very useful ability to survive the app install (which we use to attribute/value and ...
Kram's user avatar
  • 4,355
0 votes
0 answers
855 views

In my iOS app, I saw a setting for Paste from Other Apps. And whenever I open the application, a popup shows to allow paste from other apps. How to disable this programmatically?
Amer Saeed's user avatar
-1 votes
1 answer
278 views

I am using Firebase Dynamic link I am successfully creating a link but when i am testing it the link is opening but I cannot get the dynamic link. const HandleDeepLink = () => { const navigation = ...
jolo's user avatar
  • 1
0 votes
1 answer
264 views

I have a question about Firebase Dynamic Links. When an app is not installed and is installed from the Store via a DynamicLinks, I believe that the DeepLink information can be retrieved in the ...
Masahiro Aoki's user avatar
0 votes
1 answer
125 views

This is the created dynamic link, while dynamic link creation. https://xyz.page.link/r?id=ABCDEFG But, the problem is when I'm trying to read dynamic link using PendingDynamicLinkData? data = await ...
Gulshan Yadav's user avatar
0 votes
1 answer
284 views

I want to receive the link that directs my Flutter web application using dynamic links, but I'm having trouble accessing dynamic links for web. In my iOS app, dynamic links work when a button is ...
Doğukan Özgür YILMAZ's user avatar
0 votes
1 answer
141 views

I made an error while creating my firebase dynamic link. Initially, I created one with prefix: myapp.com/home where I had to create one with prefix myapp.com and then use this prefix to create the ...
newbie coder's user avatar
1 vote
1 answer
647 views

We are encountering an issue with Firebase Dynamic Links on iOS. We have a Dynamic Link (DL) that resolves to open our iOS App and pass data into the App that we can then parse and trigger ...
Tom Barrington's user avatar
3 votes
1 answer
2k views

I'm trying to add a url prefix for dynamic links in Firebase but I'm getting this error: But I don't understand this because I think a site has been created: What am I missing here?
Adam Zarn's user avatar
  • 2,120
1 vote
0 answers
183 views

I'm working on a project that requires generating short URLs for links with numerous query parameters. I've attempted to achieve this using Firebase Dynamic Links, but I've encountered some issues. I'...
ben ftima wajdi's user avatar
0 votes
0 answers
324 views

I am working on Firebase dynamic links in the Swift iOS app. Added the deep link in Associated domains and wrote code for receiving active links in the AppDelegate file. The app opens when the user ...
Lakshmi's user avatar
  • 338
1 vote
0 answers
204 views

I'm trying to create a firebase dynamic link in futter mobile app to share some notes. but when I click on URL generated it takes me to play store and shows no app found because app is not published ...
saqib sattar's user avatar
0 votes
1 answer
169 views

I am setting ActionCodeSettings parameters as: url = URL(string: "https://customDomainName/auth/app") dynamicLinkDomain = "customDomainName/flink" but when requesting signinLink ...
oljik's user avatar
  • 31

1
2 3 4 5
27