Skip to content

Releases: firebase/FirebaseUI-iOS

FirebaseUI 11.1.3

01 Jul 21:08
bdfd754
Compare
Choose a tag to compare
  • Updated Facebook dependency to v11 and replaced FBSDKCoreKit with FBSDKCoreKit_Basics.
  • Added custom Auth UI parameters to OAuth providers.

FirebaseUI 11.0.3

22 Jun 17:39
Compare
Choose a tag to compare
  • Removes dependencies on the top-level Firebase pod from Auth, Firestore, Storage, and Database.

FirebaseUI 11.0.2

21 Jun 21:33
Compare
Choose a tag to compare
  • Fixed an issue where static_framework was still required even for subsets of FirebaseUI that had no static framework dependencies.

FirebaseUI 11.0.0

08 Jun 23:57
f0f172e
Compare
Choose a tag to compare
  • 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

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)