aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-11-28 11:18:30 -0800
committerGravatar Paul Beusterien <paulbeusterien@google.com>2017-11-28 11:18:30 -0800
commite4582666f5c090d00250fa01fcd0f110f0ba90e4 (patch)
tree50f3c6af540e6d6d259b58d93c3b1f515137128d /Firebase
parent67f621f23f8f2e8e51d362d0f5fca8bd95b0df80 (diff)
parent564c0bebdc0abf48e4f74f49b25df40f7f1fe3c7 (diff)
Merge remote-tracking branch 'origin/master' into release-4.7.0
Diffstat (limited to 'Firebase')
-rw-r--r--Firebase/Auth/CHANGELOG.md6
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.