-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Updates Auth ChangeLog #645
Conversation
Firebase/Auth/CHANGELOG.md
Outdated
@@ -1,3 +1,8 @@ | |||
# v4.4.1 | |||
- Fixes bug where the FIRAuthResult object returned following a Phone Number authentication | |||
always contained a nil FIRAdditionalUserInfo object. Now the FIRAdditionalUserInfo is never |
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.
is never what?
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.
"nil", added.
Firebase/Auth/CHANGELOG.md
Outdated
# v4.4.1 | ||
- Fixes bug where the FIRAuthResult object returned following a Phone Number authentication | ||
always contained a nil FIRAdditionalUserInfo object. Now the FIRAdditionalUserInfo is never | ||
and it's newUser field is populated correctly. |
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.
"its" not "it's"
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.
thanks, fixed.
* Updates Auth ChangeLog * addresses comments * Fixes typo.
Updates the Auth ChangeLog for next release.