firebase 0.3.0 firebase: ^0.3.0 copied to clipboard
A Dart wrapper for Firebase.
0.3.0 #
- Add createUser(), removeUser() and authWithPassword() (thanks to wilsynet)
- AuthResponse.auth was changed to type JsObject
0.2.1 #
- Added new
authWithCustomToken
method (thanks to rayk) - Deprecate
auth
0.2.0+1 #
- Updated README to include latest
firebase.js
link.
0.2.0 #
-
A number of breaking changes and updates.
-
A number of methods are now properties.
0.1.1+3 #
-
Fixed up tests.
-
Cleaned up library structure.