Releases: firebase/FirebaseUI-iOS
Releases · firebase/FirebaseUI-iOS
FirebaseUI 8.3.1
Auth
- Added
interactiveDismissEnabled
. Set this property tofalse
to disable interactive dismissal on iOS 13 and above. (#792) - Fixed an issue where
shouldHideCancelButton
would sometimes also disable interactive dismissal on iOS 13. - Fixed an issue where the Phone Auth keypad would use the Arabic keyboard instead of the ASCII keyboard by default in Arabic locales. (#791)
FirebaseUI 8.2.0
FirebaseUI 8.1.0
Firebase 8.0.4
Storage
- Fixed an issue where one of the dependencies wasn't properly specified, preventing FirebaseUI users from upgrading to the latest Firebase version.
FirebaseUI 8.0.3
FirebaseUI 8.0.2
- Fixed a crash-on-launch when using Facebook Auth (#695)
FirebaseUI v8.0.1
Auth
- Fixed a compiler error when using Facebook Auth (#684)
- Fixed a layout issue that caused "Trouble signing in?" to be cut off on smaller screens (#668)
- Removed code disabling password autofill if Firebase Performance was linked (#605)
- Added auto-capitalization to name text field (#679)
- Fixed deprecation warnings (#683)
- Added support for not requiring a display name on sign-up (#680)
- Fixed a rare issue that caused phone auth failures when background refresh was disabled (#681)
Firestore
- Fixed an issue where moved index paths in table view would sometimes not be reloaded (#617, #676)
- Fixed a compiler warning (#631)
Storage
- Added support for SDWebImage 5.0 and a custom FirebaseStorage image loader (#654)
- Added tvOS support (#677). Note this depends on experimental tvOS support from upstream Firebase.
Database
- Fixed an issue in FUISortedArray that caused it to ignore some updates
FirebaseUI 6.2.1
FirebaseUI 6.1.1
FirebaseUI 6.1.0
- Fixed an unrecognized selector crash in Auth UI (#611).
- Added Email Link auth.