-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
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
EmailLinkSignIn - retrieve email used #88
Comments
When the link is opened on the same device, we do not prompt the user to provide it again. We already cache the email locally in those flows. |
perfect, once I changed the signInFlow from 'popup' to 'redirect' it started automatically logging in with the correct email address - thanks. Still seems to be relevant if you have is set as popup signInFlow though. have used the below in uiConfig as a workaround:
|
I don't think |
I'm seeing the same behavior. Changing |
I'm having the same (I think) issue. When using email link authentication and pressing the link in the email, the user won't get logged in when I have |
I had the same problem and it took quite a while to figure out. Setting |
Is there any way to retrieve the email used to send an email link without implementing a custom function/implementation of the firebaseui react?
i.e. it'd be great to have something similar to the below in the umailLinkSignIn callback:
so we can avoid reprompting for the email.
The text was updated successfully, but these errors were encountered: