- Aligned author name with rest of repo.
- Breaking Change: Added current list index to the type signature of itemBuilder for FirebaseAnimatedList.
- Fix FirebaseSortedList to show data changes.
- Fixed lingering value/child listeners.
- Updated to Firebase SDK to always use latest patch version for 11.0.x builds
- Fixes startAt/endAt on iOS when used without a key
- Added workaround for inconsistent numeric types when using keepSynced on iOS
- Bug fixes to Query handling
- Updated to Firebase SDK Version 11.0.1
- Added missing offline persistence and query functionality on Android
- Fixed startAt query behavior on iOS
- Persistence methods no longer throw errors on failure, return false instead
- Updates to docs and tests
- Fixed offline persistence on iOS
- Various APIs added to FirebaseDatabase and Query
- Added removal and priority to DatabaseReference
- Improved documentation
- Added unit tests
- Fixed analyzer warnings
- Removed stub code and replaced it with support for more event types, paths, auth
- Improved example
- Updated README.md
- Bumped buildToolsVersion to 25.0.3
- Added example app
- Fix compilation error
- Initial Release