-
Notifications
You must be signed in to change notification settings - Fork 1.9k
3.2.0: SmartLock Email picker always shown #1118
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
Comments
@porkyhead can you provide a little more detail? Do you mean this picker? That is shown when you have previously saved an account with FirebaseUI and allows you to log in with a single tap. It's the intended behavior for now. Or do you mean something else? |
upgrading to 3.2.0 is hell of a ride. that behavior changed out of nowhere... I currently disabled smartlock you also need to clear your app data |
@RuiVarela can you help explain what changed exactly? |
sure, if you use this snippet
which was what we used, and if you have a picker with "email, phone, facebook, etc..." we were expecting that by using the phone you would be directed to phone validation screen,
to keep the old behaviour, of not showing up the "User accounts list" I disabled the smart lock |
the expression "Continue With" is really not explanatory of what is happening, I just thought that I was going through the email validation process |
@RuiVarela ah ok thanks, I see what's happening here. At some point you must have enabled the email flow (maybe in testing) and gone far enough to save an email credential. If in your production app you've only ever called I'll see what I can do. |
Also to be clear, FirebaseUI no control over the "continue with" messaging or the styling of that email dialog, that comes directly from SmartLock. |
@samtstern sorry for the late reply, I'm pretty sure it doesn't have to do with providers but instead the new credential client. We have to redo something like #708. I'm seeing the same behavior as people here in that all my emails and Google accounts are showing up at the beginning. |
@SUPERCILEX got it, I am digging into this now. |
Awesome! |
@SUPERCILEX I see that we always set |
@samtstern Not yet, but I did add support to save phone numbers in #962 and plan on bringing that over at some point. Currently tracked down the issue to ff16d0d#diff-741502abb522ecd56e7c30231e015bdbL138, investigating. |
Bingo! PR in a sec. |
@SUPERCILEX nice! Btw the reason we don't save phone numbers is because SmartLock does a pretty bad job of presenting them properly in the UI. So I'm tracking an internal bug to improve that. |
@samtstern Oh sweet! I do remember having to hack it in, glad to know improvements are coming! 😄 |
This has been fixed and released in |
After upgrading to version 3.2.0 Smartlock email picker is shown even though authentcation is set to phone or Facebook. After email picker has been closed, the correct flow follows.
The text was updated successfully, but these errors were encountered: