Skip to content

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