Releases: firebase/FirebaseUI-iOS
Releases · firebase/FirebaseUI-iOS
FirebaseUI 12.0.0
Updated GoogleSignIn to 6.0.0 and added support for Swift Package Manager. When migrating, note that any scopes beyond the default email and profile scopes must now be requested in a reauth flow.
FirebaseUI 11.1.3
- Updated Facebook dependency to v11 and replaced FBSDKCoreKit with FBSDKCoreKit_Basics.
- Added custom Auth UI parameters to OAuth providers.
FirebaseUI 11.0.3
- Removes dependencies on the top-level Firebase pod from Auth, Firestore, Storage, and Database.
FirebaseUI 11.0.2
- Fixed an issue where
static_framework
was still required even for subsets of FirebaseUI that had no static framework dependencies.
FirebaseUI 11.0.0
- Added Swift Package Manager support. Google Auth is not yet supported due to a dependency (GoogleSignIn) missing support.
- Breaking change: Broke monolithic FirebaseUI module into separate modules per feature. You'll need to update the imports in your project accordingly.
// FirebaseUI 10.x import FirebaseUI // FirebaseUI 11 import FirebaseAuthUI import FirebaseDatabaseUI // ...
FirebaseUI 10.0.2
A patch release to fix #936.
FirebaseUI 10.0.1
FirebaseUI 9
Updates FirebaseUI to be compatible with Firebase 7.
Breaking changes
- Changed Facebook SDK dependency major version to 7.
- Changed minimum supported iOS version to iOS 10.
Minor changes
- Fixed HIG violation in default Sign in with Apple button (#907).
FirebaseUI 8.5.1
FirebaseUI 8.4.2
Fixed an issue in Phone Auth that caused one-time passcodes to not auto-populate correctly (#775).