FirebaseUI 2.0.0
A more flexible database
- Added support for sorting/transforming the results of Firebase queries before they are passed to any data sources.
- Decoupled data sources from Firebase collections, so you can spin your own.
- Added support for subclassing to
FUIArray. It is no longer painful to make custom collections that have their own behavior (see #186). - Added methods
arrayDidBeginUpdates:andarrayDidEndUpdates:toFIRCollectionso consumers can batch changes more easily. - Added
observeQueryandinvalidatemethods.FUIArrayno longer observes upon initialization and requires a call toobserveQuerybefore emitting any events.
These are breaking API changes, so FirebaseUI is now in 2.0.0.