firebase_auth_helper 2.2.4 copy "firebase_auth_helper: ^2.2.4" to clipboard
firebase_auth_helper: ^2.2.4 copied to clipboard

Firebase Auth Helper. Provides a AuthProvider interface and FirebaseAuth implementation of it.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firebase_auth_helper

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

dependencies:
  firebase_auth_helper: ^2.2.4

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_helper/firebase_auth_helper.dart';
2
likes
100
pub points
57%
popularity

Publisher

unverified uploader

Firebase Auth Helper. Provides a AuthProvider interface and FirebaseAuth implementation of it.

Documentation

API reference

License

MIT (LICENSE)

Dependencies

firebase_auth, firebase_core, flutter

More

Packages that depend on firebase_auth_helper