firebase_authentication

Creator: coderz1093

Last updated:

Add to Cart

Description:

firebase authentication

Firebase authentication #
This package is a wrapper for firebase authentication features.
It's used as a module in differents apps to avoid must to update multiple apps when some version or feature changes in flutterFire
Features #
Register / authetication by:

Phone
Email
Google
Facebook
Apple

Getting started #
Add the reference in pubspec.yaml
firebase_authentication: ^0.0.2
copied to clipboard
Usage #
Import the module
import 'package:firebase_authentication/firebase_authentication.dart';
copied to clipboard
And use the AuthenticationRepository
await _authenticationRepository.logInWithEmailAndPassword(
email: state.email.value,
password: state.password.value,
);
copied to clipboard
Additional information #

Test publish

dart pub publish --dry-run
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.