We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After updating from Firebase 8 to Firebase 9, dynamic link on iOS is broken:
Previous link sent in email: https://eureka.page.link/?link=https://eurekasurveys.com/email... New link sent in email: https://eurekasurveys.com/email...
Missing the eurkea.page.link prefix being sent by sendSignInLinkToEmail.
Send Signin Link to iOS device on Firebase 9.
await firebase.auth().sendSignInLinkToEmail(email, { handleCodeInApp: true, iOS: { bundleId: '[REDACTED]', }, url: 'https://www.eurekasurveys.com/surveys/' })
The text was updated successfully, but these errors were encountered:
Thanks for filing this issue! This is indeed a bug, I've been able to reproduce it. I'm working on a fix, stay tuned!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
After updating from Firebase 8 to Firebase 9, dynamic link on iOS is broken:
Previous link sent in email: https://eureka.page.link/?link=https://eurekasurveys.com/email...
New link sent in email: https://eurekasurveys.com/email...
Missing the eurkea.page.link prefix being sent by sendSignInLinkToEmail.
Steps to reproduce:
Send Signin Link to iOS device on Firebase 9.
Relevant Code:
The text was updated successfully, but these errors were encountered: