diff options
author | Zsika Phillip <protocol86@users.noreply.github.com> | 2017-11-28 11:17:49 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-28 11:17:49 -0800 |
commit | 564c0bebdc0abf48e4f74f49b25df40f7f1fe3c7 (patch) | |
tree | cabb8c808c8651ce6587f4fc0af582fa8df7c428 /Firebase/Auth | |
parent | 7cdf7af78ba2379fa489c7e050c13930250e637f (diff) |
Update version number (#499)
* updates Auth Change Log
* Minor Improvements
* Addresses comment
Diffstat (limited to 'Firebase/Auth')
-rw-r--r-- | Firebase/Auth/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Firebase/Auth/CHANGELOG.md b/Firebase/Auth/CHANGELOG.md index 6862bba..d464cd6 100644 --- a/Firebase/Auth/CHANGELOG.md +++ b/Firebase/Auth/CHANGELOG.md @@ -1,3 +1,9 @@ +# v4.4.0 +- Adds new APIs which return an AuthDataResult object after successfully creating an + Email/Password user, signing in anonymously, signing in with Email/Password and signing + in with Custom Token. The AuthDataResult object contains the new user and additional + information pertaining to the new user. + # v4.3.2 - Improves error handling for the phone number sign-in reCAPTCHA flow. - Improves error handling for phone number linking flow. |