firebase_auth_mocks 0.6.0 copy "firebase_auth_mocks: ^0.6.0" to clipboard
firebase_auth_mocks: ^0.6.0 copied to clipboard

outdated

Mocks for Firebase Auth. Use this package with `google_sign_in_mocks` to write unit tests involving Firebase Authentication.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firebase_auth_mocks

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  firebase_auth_mocks: ^0.6.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:firebase_auth_mocks/firebase_auth_mocks.dart';
89
likes
0
pub points
94%
popularity

Publisher

verified publisherwafrat.com

Mocks for Firebase Auth. Use this package with `google_sign_in_mocks` to write unit tests involving Firebase Authentication.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

equatable, firebase_auth, flutter, meta, mockito

More

Packages that depend on firebase_auth_mocks