Skip to content

Fix smart lock email flow #416

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 1 commit into from
Nov 24, 2016
Merged

Fix smart lock email flow #416

merged 1 commit into from
Nov 24, 2016

Conversation

SUPERCILEX
Copy link
Collaborator

No description provided.

if (accountType != null && (accountType.equals(IdentityProviders.GOOGLE)
if (TextUtils.isEmpty(accountType)) {
startActivityForResult(
SignInNoPasswordActivity.createIntent(
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Should I directly start the register email activity or leave it at this?

Copy link
Contributor

Choose a reason for hiding this comment

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

So we actually can't go straight to RegisterEmailActivity since we're not sure at this point if it's a new or existing account. I think this is safest.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

That's what I was thinking, play it safe.

@SUPERCILEX SUPERCILEX mentioned this pull request Nov 23, 2016
10 tasks
@samtstern samtstern merged commit fb31f91 into firebase:master Nov 24, 2016
@SUPERCILEX SUPERCILEX deleted the fix-smartlock-email-flow branch November 24, 2016 00:14
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