github firebase/FirebaseUI-iOS v0.5.0
FirebaseUI iOS 0.5.0

latest releases: v15.1.0, v15.1.0-alpha, v15.0.0...
9 years ago

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

Don't miss a new FirebaseUI-iOS release

NewReleases is sending notifications on new releases.