fire_autho 1.0.2 copy "fire_autho: ^1.0.2" to clipboard
fire_autho: ^1.0.2 copied to clipboard

Firebase Auth Manager is a provider class for controling Firebase User on Android,Ios and Web.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fire_autho

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

dependencies:
  fire_autho: ^1.0.2

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:fire_autho/fire_autho.dart';
2
likes
110
pub points
26%
popularity

Publisher

unverified uploader

Firebase Auth Manager is a provider class for controling Firebase User on Android,Ios and Web.

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

firebase_auth, firebase_auth_web, firebase_core, firebase_core_web, flutter, flutter_web_plugins, google_sign_in, provider

More

Packages that depend on fire_autho