Skip to content

Releases: firebase/FirebaseUI-iOS

FirebaseUI 13.1.0

19 Sep 20:59
a80bbc8
Compare
Choose a tag to compare
  • Added support for Facebook SDK 16.
  • Removed usage of deprecated CoreTelephony API previously used to determine default country code in Phone Auth. The default country code must now be manually specified via FUIPhoneAuth.defaultCountryCode.

FirebaseUI 13.0.0

28 Mar 19:36
fd6622f
Compare
Choose a tag to compare

Updated Facebook to 15.0.0 and fixed an issue where GTMSessionFetcher was pinned to too low a version.

FirebaseUI 12.3.1

25 Oct 23:07
bc0add5
Compare
Choose a tag to compare

Fixes #1111 (Swift Package Manager only).

FirebaseUI 12.3.0

26 Sep 19:31
271a2ef
Compare
Choose a tag to compare

Fixes #1099, #1028, #1043, and #1083.

Also bumps the Firebase support ceiling to Firebase 10 (inclusive).

FirebaseUI 12.2.0

04 May 23:01
6c2993a
Compare
Choose a tag to compare
  • Fixed an issue where an error would be ignored sometimes in Firebase Auth (#1012).
  • Updated FirebaseUI to be compatible with both Firebase 8.x and Firebase 9.x.

FirebaseUI 12.1.1

13 Jan 19:03
59b8527
Compare
Choose a tag to compare

Fixes several packaging issues (#1002, #1007, #1015).

FirebaseUI 12.1.0

11 Oct 20:54
Compare
Choose a tag to compare
  • Added support for Facebook Limited Login.
  • Added nonce utilities to FirebaseAuthUI.

FirebaseUI 12.0.2

11 Aug 21:55
Compare
Choose a tag to compare
  • Fixed #998
  • Added a nonce to Sign in with Apple requests (#996)

FirebaseUI 12.0.0

22 Jul 18:57
9080f99
Compare
Choose a tag to compare

Updated GoogleSignIn to 6.0.0 and added support for Swift Package Manager. When migrating, note that any scopes beyond the default email and profile scopes must now be requested in a reauth flow.

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.