hng_firebase_auth 1.0.1 copy "hng_firebase_auth: ^1.0.1" to clipboard
hng_firebase_auth: ^1.0.1 copied to clipboard

A simple and modular Firebase authentication wrapper for Flutter, supporting email/password, Google, and Apple sign-in.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hng_firebase_auth

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

dependencies:
  hng_firebase_auth: ^1.0.1

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:hng_firebase_auth/hng_firebase_auth.dart';
0
likes
60
points
25
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A simple and modular Firebase authentication wrapper for Flutter, supporting email/password, Google, and Apple sign-in.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cupertino_icons, firebase_auth, firebase_core, flutter, google_sign_in, provider, sign_in_with_apple

More

Packages that depend on hng_firebase_auth