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 ...