firebase_auth_mocks 0.5.2
firebase_auth_mocks: ^0.5.2 copied to clipboard
Mocks for Firebase Auth. Use this package with `google_sign_in_mocks` to write unit tests involving Firebase Authentication.
0.5.2 #
- Typed the arguments of
MockUser's constructor. Thanks YusufAbdelaziz!
0.5.1 #
- Support for
signInWithPhoneNumber.
0.5.0 #
Breaking change:
- Require supplying a
MockUserinstead of returning 'Bob'. Thanks PieterHartzer!
Refer to README.md on how to use it.
0.3.1 #
- Support
User.isAnonymous. - Support
User.email.
0.3.0 #
- Support the breaking changes of firebase_auth 0.18.0+1.
- Remove
signInWithEmailAndLinksince it's not part of the API anymore.
0.2.0 #
- Upgraded firebase_auth dependency to ^0.16.0.
0.1.3 #
- Added support for
signInWithEmailAndPassword,signInWithEmailAndLinkandsignInWithCustomToken. - Documented supported features
0.1.1 #
- Upgraded firebase_auth dependency to ^0.15.2.
0.1.0 #
- Initial version.