local_firebase_auth 0.3.0+1
local_firebase_auth: ^0.3.0+1 copied to clipboard
An experimental dart package that mocks (emulates) the firebase_auth plugin for quick and offline development.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add local_firebase_authThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
local_firebase_auth: ^0.3.0+1Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:local_firebase_auth/local_firebase_auth.dart';