Skip to content

Releases: firebase/FirebaseUI-iOS

Firebase UI 0.6.0

05 Oct 22:39
Compare
Choose a tag to compare

Introduces FirebaseUI Storage, which adds support for FIRStorageReferences on top of SDWebImage for easy image loading from Firebase Storage.

FirebaseUI iOS: OAuth access/id tokens implementation

20 Sep 17:04
Compare
Choose a tag to compare

Return OAuth access/id tokens after a successful sign-in operation #142

FirebaseUI iOS: Twitter Provider Integration

17 Sep 00:57
Compare
Choose a tag to compare
  • Implemented twitter provider in FirebaseUI
  • added obj-c example for Twitter provider

FirebaseUI iOS: Stable Bitcode Edition

12 Sep 20:36
Compare
Choose a tag to compare

Built with bitcode and without app-breaking bugs.

This release also re-enables iOS 7 support.

FirebaseUI iOS: Stable Edition

12 Sep 16:57
Compare
Choose a tag to compare

Fixes a critical issue where classes would be duplicated in the runtime. I am very sad.

FirebaseUI iOS 0.5.2

09 Sep 18:48
Compare
Choose a tag to compare

Fixes an issue with the podspec file that would duplicate FirebaseAnalytics in some targets. No code changes.

FirebaseUI Bitcode Edition

09 Sep 00:03
Compare
Choose a tag to compare

Enables bitcode.

FirebaseUI iOS 0.5.0

07 Sep 17:52
Compare
Choose a tag to compare

FirebaseUI Changes

  • FIRFacebookAuthUI scopes became readonly
  • FIRFacebookAuthUI initializers no longer return optionals
  • FIRGoogleAuthUI initializers no longer return optionals
  • FIRGoogleAuthUI: Added designated initializer which takes an array of scopes along with client ID
  • FIRGoogleAuthUI: Updated default scopes to use full G+ profile and email scope URLs
  • FIRGoogleAuthUI: Made scopes property readonly
  • FIRAuthUI: authUI method was renamed to defaultAuthUI
  • FirebaseArray: delegate property is now nullable
  • FirebaseArray: initWithQuery: parameter must be non null
  • FirebaseArrayDelegate: methods renamed to take callee as first parameter, following platform conventions
    • childAdded:atIndex: renamed to array:didAddObject:atIndex:
    • childChanged:atIndex: renamed to array:didChangeObject:atIndex:
    • childRemoved:atIndex: renamed to array:didRemoveObject:atIndex:
    • childMoved:fromIndex:toIndex: renamed to array:didMoveObject:fromIndex:toIndex:
    • cancelledWithError: renamed to array:queryCancelledWithError:
  • FirebaseCollectionViewDataSource: added null_resettable to cellClass and modelClass
  • FirebaseCollectionViewDataSource: made populateCell readonly
  • FirebaseTableViewDataSource: added null_resettable to modelClass
  • FirebaseTableViewDataSource: made populateCell readonly
  • FirebaseDataSource: made initWithArray: designated initializer

FirebaseUI 0.4.0 Release

15 Jun 21:09
Compare
Choose a tag to compare

FirebaseUI is redesigned to use the Firebase 3.x, which was released at Google I/O 2016. It includes a few things:

  • Upgrades to the Firebase 3.2 client
  • Totally redesigned authentication system, with more complete auth flows
  • Renames FirebaseUI to FirebaseDatabaseUI and FirebaseAuthUI

FirebaseUI 0.3.2 Release

21 Feb 08:35
Compare
Choose a tag to compare

This release fixes #26 by adding per-provider subspecs for Facebook, Google, Twitter, and Email/Password providers.