Skip to content

Releases: firebase/FirebaseUI-iOS

FirebaseUI 8.3.1

21 Oct 22:51
Compare
Choose a tag to compare

Auth

  • Added interactiveDismissEnabled. Set this property to false 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

09 Oct 19:39
f686b60
Compare
Choose a tag to compare

FirebaseAuth

  • Added support for dark mode. (#762)
  • Disabled iOS 13's interactive dismiss gesture if the cancel button is hidden. (#788)
  • Fixed email link auth on iOS 13. (#786)

FirebaseUI 8.1.0

17 Sep 05:18
Compare
Choose a tag to compare

FirebaseUI Auth

  • Added support for translucent nav bar (#754).
  • Updated GoogleSignIn to 5.0 (#751).
  • Auth flow UI improvements (#757).

Firebase 8.0.4

15 Jul 20:52
Compare
Choose a tag to compare

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

11 Jul 23:11
1e10444
Compare
Choose a tag to compare

Auth

  • Fixed requireDisplayName sometimes breaking the password field (#705, #720)
  • Updated the country code for Kosovo (#731)
  • Removed deprecated usage of UISearchDisplayController (#732)

FirebaseUI 8.0.2

03 Jun 16:39
0f0214e
Compare
Choose a tag to compare

Facebook

  • Fixed a crash-on-launch when using Facebook Auth (#695)

FirebaseUI v8.0.1

30 May 18:35
Compare
Choose a tag to compare

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

21 Mar 22:54
9392a63
Compare
Choose a tag to compare

Auth

FirebaseUI 6.1.1

20 Feb 19:23
Compare
Choose a tag to compare

Bug fixes:

Auth

  • Fixed an issue where FirebaseUI would display a dialogue for every unhandled URL, even if the URL wasn't meant to be handled by FirebaseUI. (#622)

Firestore

  • Fixed a collection view crash issue. (#620)

FirebaseUI 6.1.0

06 Feb 18:53
2d01f77
Compare
Choose a tag to compare
  • Fixed an unrecognized selector crash in Auth UI (#611).
  • Added Email Link auth.