aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
diff options
context:
space:
mode:
Diffstat (limited to 'Firebase')
-rw-r--r--Firebase/Auth/CHANGELOG.md4
-rw-r--r--Firebase/Auth/FirebaseAuth.podspec2
2 files changed, 5 insertions, 1 deletions
diff --git a/Firebase/Auth/CHANGELOG.md b/Firebase/Auth/CHANGELOG.md
index 39b94df..2dbd5ee 100644
--- a/Firebase/Auth/CHANGELOG.md
+++ b/Firebase/Auth/CHANGELOG.md
@@ -1,3 +1,7 @@
+# v4.3.0
+- Provides account creation and last sign-in dates as metadata to the user object.
+- Indicates whether or not the user is a new user in the additional user info object after signing in.
+
# v4.2.0
- Adds new phone number verification API which makes use of an intelligent reCAPTCHA to verify the application.
diff --git a/Firebase/Auth/FirebaseAuth.podspec b/Firebase/Auth/FirebaseAuth.podspec
index 57b8a73..148ff90 100644
--- a/Firebase/Auth/FirebaseAuth.podspec
+++ b/Firebase/Auth/FirebaseAuth.podspec
@@ -4,7 +4,7 @@
Pod::Spec.new do |s|
s.name = 'FirebaseAuth'
- s.version = '4.0.0'
+ s.version = '4.3.0'
s.summary = 'Firebase Open Source Libraries for iOS.'
s.description = <<-DESC