firebase_auth_mocks 0.14.0 firebase_auth_mocks: ^0.14.0 copied to clipboard
Fakes 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.14.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';