- Fix recovering from broken connection and reset messages
- Support Dart 2 in
pubspec.yaml
- Dart 2 pre-release compatibility
- add FirebaseApp and FirebaseDatabase classes
- performance improvements
- recover from connection closed by peer
- Remove dart 2 only things
- Fix issue ack making view incomplete
- Remove delay on write operations with in-memory database
- Fix bug concurrent modification with transactions
- Fix order by grandchild
- Resolve strong mode analysis warnings
- Fix
The method 'operationForChild' was called on null.
- Fix not able to authenticate with database secret
- Fix bug saving lists
- Local memory database
- bugfixes
- improved performance by only listening to the most general query
- bugfixes
- fix handling merge when some new children are nil
- fix child of empty datasnapshot
- implement onChildChanged, onChildMoved, onChildRemoved and onChildAdded
- fix hash of null in transactions
- fix signature check when padded
- fix decoding tokens not padded with =
- fix redirects to host with port
- Breaking signature of startAt/endAt
- reconnect when connection broken
- bugfixes
- FirebaseToken class
- handle messages split in multiple frames (issue #8)
- browser support
- strong mode
- implement transactions
- implement onDisconnect
- bug fixes
- relax dependency on crypto library to '>=0.9.2 <3.0.0'
- implement auth revoke and listen revoke
- implement startAt and endAt
- remove failed operations
- Initial version