Skip to content

Releases: firebase/FirebaseUI-iOS

FirebaseUI 10.0.2

29 Jan 20:09
a6a46e1
Compare
Choose a tag to compare

A patch release to fix #936.

FirebaseUI 10.0.1

25 Jan 23:23
Compare
Choose a tag to compare

This major update bumps the Facebook SDK to 9.0, which is required for advertisers on iOS 14. No code changes are necessary for Facebook Auth users aside from bumping the SDK dependency.

This release contains fixes for the following bugs:

#775
#815
#904
#725
#845
#823
#856 (comment)
#931
#932

FirebaseUI 9

13 Oct 20:56
5b69840
Compare
Choose a tag to compare

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

22 Sep 21:54
Compare
Choose a tag to compare

Changes

Auth

  • Fixed an issue where strings sometimes weren't correctly converted from data (8efe838).
  • Fixed Sign in with Apple button not rendering correctly in dark mode (2e96ba2).

Storage

  • Bumped SDWebImage dependency version and added support for progressive image loading/rendering, direct download of gs:// image URLs, and SDWebImage 5.6.0's loader context options (#841, #842).

FirebaseUI 8.4.2

03 Mar 00:51
c36b461
Compare
Choose a tag to compare

Fixed an issue in Phone Auth that caused one-time passcodes to not auto-populate correctly (#775).

FirebaseUI 8.4.1

21 Jan 22:23
e069700
Compare
Choose a tag to compare
  • Fixed an issue in Auth that caused anonymous users to not properly auto-upgrade when linking with Sign in with Apple credential. (#827)
  • Enabled email entry when new accounts are disabled if no email is provided by default. (#814)

FirebaseUI 8.4.0

14 Nov 22:39
Compare
Choose a tag to compare

Auth

  • Added support for Sign in with Apple (#698).

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).