-
Hello, I hope someone can help out or has made a similar experience which might help me to understand what goes wrong. I’m using dynamic links in an app to support different workflows for the user to manage their own account. In one of them I send them an email, where they have to click a link to my own backend where I perform several checks based on the link (imagine a verification link). If everything goes well, I issue a redirect (HTTP 307) to a dynamic link which should push my users back into the app. Has anyone worked with a similar setup or can guide me into a direction how I can make this work or why it can’t work at all anyway? Is there something I have to change about my redirect? Is there more information you need to understand the issue better? I’m still running the following versions:
Thanks for the help, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
With apologies, this will be an upstream issue and have nothing to do with react-native-firebase, it will be firebase-ios-sdk or firebase-android-sdk and you'll need to do a quickstart there to reproduce it and ask for upstream attention. From what I understand (and have used myself) dynamic links are an interesting feature when they work, but relying on them for authentication etc is not something I would ever do. It relies on (for example) correct download and installation in a timely manner of applinks files from iOS, correct browser behavior etc etc. |
Beta Was this translation helpful? Give feedback.
-
Thanks @mikehardy for your quick answer - I assumed this would be the case. I had hoped someone here used it in a similar way and could share their experience 😊 |
Beta Was this translation helpful? Give feedback.
With apologies, this will be an upstream issue and have nothing to do with react-native-firebase, it will be firebase-ios-sdk or firebase-android-sdk and you'll need to do a quickstart there to reproduce it and ask for upstream attention. From what I understand (and have used myself) dynamic links are an interesting feature when they work, but relying on them for authentication etc is not something I would ever do. It relies on (for example) correct download and installation in a timely manner of applinks files from iOS, correct browser behavior etc etc.