firebase_authentication 0.0.31 copy "firebase_authentication: ^0.0.31" to clipboard
firebase_authentication: ^0.0.31 copied to clipboard

Dart package which manages the authentication domain. Wraps Firebase Authentication and provides a simple API to authenticate users.

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

Usage #

Import the module

import 'package:firebase_authentication/firebase_authentication.dart';

And use the AuthenticationRepository

await _authenticationRepository.logInWithEmailAndPassword(
    email: state.email.value,
    password: state.password.value,
    );

Additional information #

  • Test publish
dart pub publish --dry-run
0
likes
120
points
221
downloads

Publisher

unverified uploader

Weekly Downloads

Dart package which manages the authentication domain. Wraps Firebase Authentication and provides a simple API to authenticate users.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

crypto, firebase_auth, firebase_core, flutter, flutter_facebook_auth, freezed_annotation, google_sign_in, meta, sign_in_with_apple

More

Packages that depend on firebase_authentication