auth_with_firebase 0.0.25 copy "auth_with_firebase: ^0.0.25" to clipboard
auth_with_firebase: ^0.0.25 copied to clipboard

Flutter Firebase powered login, signup, forgot and reset screens using (email, password authentication)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auth_with_firebase

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

dependencies:
  auth_with_firebase: ^0.0.25

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:auth_with_firebase/auth_with_firebase.dart';
0
likes
120
points
112
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Firebase powered login, signup, forgot and reset screens using (email, password authentication)

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

bloc_test, equatable, firebase_auth, firebase_core, flutter, flutter_bloc, mockito, sealed_unions

More

Packages that depend on auth_with_firebase