- BREAKING This library is now deprecated and moved to firebase-dart.
- Update to Firebase 3.6.2.
- Support for custom OAuth parameters with
GoogleAuthProvider.setCustomParameters()
,FacebookAuthProvider.setCustomParameters()
,GithubAuthProvider.setCustomParameters()
andTwitterAuthProvider.setCustomParameters()
methods. AuthCredential
now has theaccessToken
andsecret
(Twitter only) properties.- Added an implementation of simple, server access to Firebase realtime database via
firebase_io.dart
.
- Update to Firebase 3.4.0.
- Added
isEqual()
method forQuery
class. - Strong mode fixes.
- More docs.
- 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.
- BREAKING Exposing only one top-level library:
firebase.dart
. - BREAKING
ThenableReference
andUploadTask
are havingfuture
property to handlethen()
andcatchError()
. - BREAKING
CustomMetadata
is now a Map. - BREAKING Storage APIs now expose
Uri
andDateTime
instead ofString
where appropriate. - BREAKING Storage
onStateChanged
returnsStream<UploadTaskSnapshot>
. - Updates and fixes in examples
- Fixes in the lib
- Initial version of library