1,328 questions
-1
votes
1
answer
38
views
How to handle deep linking in Flutter after the deprecation of firebase_dynamic_links or instead of other things? [closed]
I have implemented a push notification feature in my Flutter application where:
When the app is in the foreground, I can easily navigate to the
desired screen.
When the app is running in the ...
0
votes
0
answers
31
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
68
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
50
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
27
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
43
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
69
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 ...
0
votes
0
answers
173
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....
2
votes
0
answers
325
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
120
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
62
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
413
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
0
answers
53
views
Firebase Dynamic Link: iPhone-Generated Link Not Working on Android
I'm experiencing an issue with Firebase Dynamic Links (firebase_dynamic_links: ^5.4.5) where links generated on an iPhone device don't function correctly when opened on Android. Here's a breakdown of ...
0
votes
1
answer
172
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....
1
vote
1
answer
141
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 ...