Releases: firebase/FirebaseUI-iOS
Releases · firebase/FirebaseUI-iOS
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).
FirebaseUI 8.4.1
FirebaseUI 8.4.0
Auth
- Added support for Sign in with Apple (#698).