We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40de56b commit bec7d67Copy full SHA for bec7d67
Firebase/Auth/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# v6.5.0
2
+- [feature] Added support of Multi-factor Authentication. (#4823)
3
+
4
# v6.4.1
5
- [fixed] Added support of UISceneDelegate for URL redirect. (#4380)
6
- [fixed] Fixed rawNonce in encoder. (#4337)
FirebaseAuth.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseAuth'
- s.version = '6.4.3'
+ s.version = '6.5.0'
s.summary = 'The official iOS client for Firebase Authentication (plus community support for macOS and tvOS)'
s.description = <<-DESC
0 commit comments