-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Don't show hard-to-use IDPs for Smart Lock sign-in #1166
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
Don't show hard-to-use IDPs for Smart Lock sign-in #1166
Conversation
Signed-off-by: Alex Saveau <[email protected]>
if (providerId.equals(GoogleAuthProvider.PROVIDER_ID) | ||
|| providerId.equals(FacebookAuthProvider.PROVIDER_ID) | ||
|| providerId.equals(TwitterAuthProvider.PROVIDER_ID)) { | ||
if (providerId.equals(GoogleAuthProvider.PROVIDER_ID)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: can we change the name of this method to be "getCredentialAccountTypes" or something that implies it has to do with SmartLock?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@SUPERCILEX thanks for this! I guess this would make the next release |
Signed-off-by: Alex Saveau <[email protected]>
Yup, SGTM |
@SUPERCILEX I am actually going to bump this off of This way we can keep this bug-fix release as a true bug-fix release. |
Yeah, SGTM. 👍 |
@samtstern Is this ready to roll? |
@SUPERCILEX kept forgetting about this one, but good to go. |
See #1154