1,324 questions
0
votes
1
answer
60
views
Is there a remote, administrative way to force mobile Firebase Email Sign In links to use a custom domain?
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 ...
1
vote
0
answers
47
views
React Native Dynamic Link being added to sendSignInLinkToEmail even with different url/linkDomain passed in actionCodeSettings
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 ...
0
votes
1
answer
116
views
How to pass deeplink data from App Store to app after install without clipboard paste prompt (iOS)?
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 ...
1
vote
0
answers
197
views
AppsFlyer Deferred Deep Link Give me old Deeplink on Reinstall through UDL
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 ...
0
votes
0
answers
49
views
Android App links - How to stay on my website
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 ...
1
vote
0
answers
66
views
Issue with Firebase Dynamic Links: users are not redirected to the App Store if the app isn't installed
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....
1
vote
0
answers
108
views
Firebase Email Link Migration to linkDomain solution
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 ...
0
votes
0
answers
288
views
Why doesn't my universal link open my iOS app?
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 ...
0
votes
0
answers
59
views
Firebase Dynamic Links losing app parameters in Capacitor Browser redirect chain on Heroku
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 ...
1
vote
0
answers
35
views
Firebase validation email url not allowed (blocked) when I have it whitelisted
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 ...
1
vote
0
answers
55
views
Firebase Dynamic Link Redirects to App Store on Flutter iOS Even Though the App is Installed
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. ...
0
votes
0
answers
97
views
(Firebase Dynamic Links) Deeplink URL not opened in browser on iOS devices
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 ...
1
vote
0
answers
273
views
Firebase Dynamic Links Crash After Migrating to API Level 35: Null Object Reference
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....
5
votes
0
answers
459
views
Web app with Deeplink shows error in Chrome latest version (v128.0.6613.98) in iOS
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 ...
1
vote
0
answers
158
views
Firebase dynamic routing failing with ""Invalid Dynamic Link" error" or leading to home page
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 ...
0
votes
1
answer
78
views
Firebase Dynamic Link NOT working if sent from iOS to Android, but works vice versa! Possible config error in firebase.json - 403 Error on Android
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 ...
1
vote
1
answer
610
views
Firebase Dynamic Links is going to deprecate in 2025, So how can we create sharable link for our future projects?
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 ...
0
votes
1
answer
190
views
How to create Firebase Dynamic Link manually with multiple query parameters?
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....
2
votes
1
answer
162
views
Dynamic links in firebase and Email Link Auth
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 ...
0
votes
0
answers
109
views
Flutter Firebase dynamic links with custom dynamic parameters?
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.
...
1
vote
0
answers
102
views
How to create a deep link in an app made with android compose if i don't have a website for my app
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/...
1
vote
1
answer
131
views
Crossplatform dynamic links in Flutter
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 ...
0
votes
1
answer
48
views
Cannot read firebase dynamic link inside flutter app
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: ...
0
votes
1
answer
754
views
firebase dynamic links alternative - route users to the correct store for their device from a single link click
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 ...
0
votes
0
answers
337
views
How to use firebase email link sign-in without dynamic links
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....
2
votes
3
answers
676
views
Dynamic Links Creation - Missing the Get Started button in Console
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 ...
2
votes
0
answers
43
views
firebase dynamic link with flutter not read data in link
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 ...
1
vote
1
answer
638
views
Firebase Email signup without Firebase dynamic links
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, ...
0
votes
1
answer
164
views
Firebase Dynamic Link: query parameter is not being retrieved correctly
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 ...
6
votes
1
answer
4k
views
Firebase Dynamic Links is deprecated and should not be used in new projects. Flutter alternative
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 ...
1
vote
0
answers
41
views
Firebase Dynamic Linking On Custom Email Domains
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 ...
0
votes
1
answer
286
views
using localhost domain in firebase emails
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 ...
0
votes
1
answer
2k
views
Execution failed for task ':app: compileDebugKotlin'. In flutter after using firebase_dynamic_links:
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()
...
0
votes
1
answer
553
views
KMP - How to get XCode preview working in KMP with FirebaseFirestore using CocoaPods?
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.
...
1
vote
0
answers
55
views
Firebase Dynamic Links opens DL hierarchy and does not launch the flutter app
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 ...
1
vote
0
answers
1k
views
iOS FireBase Dynamic Links not working on first install
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: {
"...
2
votes
1
answer
269
views
Flutter (iOS): the initial firebase dynamic link is not handled on the first installation from TestFlight or in release mode
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 ...
1
vote
0
answers
263
views
How should one use Firebase Email login dynamic links and Flutter deep links together in a modern Flutter application?
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 ...
0
votes
0
answers
855
views
Why I see (Paste from Other Apps) permission in my app setting page
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?
-1
votes
1
answer
278
views
React Native Firebase Dynamic Links Please
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 = ...
0
votes
1
answer
264
views
How does Firebase Dynamic Links store and retrieve DeepLink information when the app is installed from the Store?
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 ...
0
votes
1
answer
125
views
Issue with Firebase Dynamic Link in Flutter
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 ...
0
votes
1
answer
284
views
Flutter Web Dynamic Links [closed]
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 ...
0
votes
1
answer
141
views
Firebase dynamic link prefix messed up
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 ...
1
vote
1
answer
647
views
Firebase Dynamic Link Issue with iOS app terminated state
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 ...
3
votes
1
answer
2k
views
Firebase Dynamic Links "No site has been created in Firebase Hosting"
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?
1
vote
0
answers
183
views
Firebase Dynamic Links Ignore Additional Query Parameters
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'...
0
votes
0
answers
324
views
Deep linking not calling any methods in AppDelegate file
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 ...
1
vote
0
answers
204
views
how to implement firebase dynamic links in flutter app?
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 ...
0
votes
1
answer
169
views
How to use dynamicLinkDomain including path with FirebaseAuth Email Link?
I am setting ActionCodeSettings parameters as:
url = URL(string: "https://customDomainName/auth/app")
dynamicLinkDomain = "customDomainName/flink"
but when requesting signinLink ...