firebase3 0.2.1
firebase3: ^0.2.1 copied to clipboard
Dart wrapper library for the new Firebase.
0.2.1 #
- Input params validation for methods which work with JS types.
- Fixes in the lib.
- More documentation and tests.
- Readme update with information on how to run tests and examples.
0.2.0 #
- BREAKING Exposing only one top-level library:
firebase.dart. - BREAKING
ThenableReferenceandUploadTaskare havingfutureproperty to handlethen()andcatchError(). - BREAKING
CustomMetadatais now a Map. - BREAKING Storage APIs now expose
UriandDateTimeinstead ofStringwhere appropriate. - BREAKING Storage
onStateChangedreturnsStream<UploadTaskSnapshot>. - Updates and fixes in examples
- Fixes in the lib
0.1.0 #
- Initial version of library