aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Xiangtian Dai <xiangtian@google.com>2017-10-09 16:20:17 -0700
committerGravatar GitHub <noreply@github.com>2017-10-09 16:20:17 -0700
commit532f538ee65a931b80203e7a8abb5ebf22cfad5a (patch)
treecc01e10b3184d13f72d1f81f05f5b3b57331fa32 /Firebase/Auth/CHANGELOG.md
parentde481f78f0263281c78522f4af2688a1414932f9 (diff)
Prepare to release FirebaseAuth 4.3.0 (#345)
* Update Auth version to 4.3.0 * Revert "Removes user meta from public API (#308)" This reverts commit 1602391bf8a9b6d3247716e3bf7b9f27dec8d2b6. * Revert "Removes metadata from swift sample (#318)" This reverts commit 804ff523a20072fb958e9137c76b9c0e14dda870.
Diffstat (limited to 'Firebase/Auth/CHANGELOG.md')
-rw-r--r--Firebase/Auth/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Firebase/Auth/CHANGELOG.md b/Firebase/Auth/CHANGELOG.md
index 3a659e4..483852d 100644
--- a/Firebase/Auth/CHANGELOG.md
+++ b/Firebase/Auth/CHANGELOG.md
@@ -1,3 +1,6 @@
+# v4.3.0
+- Provides account creation and last sign-in dates as metadata to the user object.
+
# v4.2.1
- Fixes a threading issue in phone number auth that completion block was not
executed on the main thread in some error cases.