Skip to content

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

Merged
merged 2 commits into from
Mar 21, 2018
Merged

Don't show hard-to-use IDPs for Smart Lock sign-in #1166

merged 2 commits into from
Mar 21, 2018

Conversation

SUPERCILEX
Copy link
Collaborator

See #1154

if (providerId.equals(GoogleAuthProvider.PROVIDER_ID)
|| providerId.equals(FacebookAuthProvider.PROVIDER_ID)
|| providerId.equals(TwitterAuthProvider.PROVIDER_ID)) {
if (providerId.equals(GoogleAuthProvider.PROVIDER_ID)) {
Copy link
Contributor

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@samtstern samtstern modified the milestone: 3.2.2 Feb 26, 2018
@samtstern
Copy link
Contributor

@SUPERCILEX thanks for this! I guess this would make the next release 3.3.0 since it's a behavior change?

Signed-off-by: Alex Saveau <[email protected]>
@SUPERCILEX
Copy link
Collaborator Author

Yup, SGTM

@samtstern samtstern added this to the 3.2.2 milestone Feb 26, 2018
@samtstern
Copy link
Contributor

@SUPERCILEX I am actually going to bump this off of 3.2.2 and into the next release since I think we have some other low-hanging minor-version improvements that it would be nice to bundle together.

This way we can keep this bug-fix release as a true bug-fix release.

@samtstern samtstern removed this from the 3.2.2 milestone Feb 27, 2018
@SUPERCILEX
Copy link
Collaborator Author

Yeah, SGTM. 👍

@samtstern samtstern added this to the 3.3.0 milestone Feb 27, 2018
@samtstern samtstern changed the base branch from version-3.2.2-dev to version-3.3.0-dev February 27, 2018 18:20
@SUPERCILEX
Copy link
Collaborator Author

@samtstern Is this ready to roll?

@samtstern
Copy link
Contributor

@SUPERCILEX kept forgetting about this one, but good to go.

@samtstern samtstern merged commit 01cadaf into firebase:version-3.3.0-dev Mar 21, 2018
@SUPERCILEX SUPERCILEX deleted the creds-no-save branch March 21, 2018 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants