Skip to content

Conversation

@najdanovicivan
Copy link
Contributor

Implemented allow new email accounts, Reference #125

@najdanovicivan
Copy link
Contributor Author

Travis CI fails also on master due to deprecation in FUIAccountSettingsOperation. I've mentioned issue here #125

@morganchen12 morganchen12 self-requested a review May 17, 2018 17:16
Copy link
Contributor

@morganchen12 morganchen12 left a comment

Choose a reason for hiding this comment

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

had some small comments, otherwise looks good.

/** @property allowNewEmailAccounts
@brief Whether to allow new user sign, defaults to YES.
*/
@property(nonatomic, assign, getter=allowedNewEmailAccounts) BOOL allowNewEmailAccounts;
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think this needs a custom getter name (but if you'd like to keep it, consider renaming to allowsNewEmailAccounts)

controller = [[FUIEmailEntryViewController alloc] initWithAuthUI:self];
}
}
else{
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: space after else

@najdanovicivan
Copy link
Contributor Author

Fixed code nits and merged with master to pass TravisCI

Copy link
Contributor

@morganchen12 morganchen12 left a comment

Choose a reason for hiding this comment

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

Thanks!

@morganchen12 morganchen12 merged commit 70b1ad5 into firebase:master May 17, 2018
@najdanovicivan najdanovicivan deleted the allow_new_email_login branch June 7, 2018 11:32
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