Skip to main content
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

15 30 50 per page
1
2 3 4 5
89