This is a very pure dart package to help you implement authentication functionalities with Firebase such as create user with Email and Password, sign in with email and password, forgot password, and third party authentication like sign in with google.
- Create user with Email and Password
- Sign in with Email and Password
- Sign in with Google
- Forgot password
In your Flutter/Dart project,
- Open
pubspec.yaml
, Underdependencies
add the following line -
authentication_repository: git: https://github.com/aimelive/authentication_repository.git
- Call
AuthenticationRepository()
constructor in your project and play around with the functionalities provided
- You need to install and configure
firebase_core
before using this package,.. This package implements only authentication services from Firebase
example
folder and more documentation is on the way,.. Feel free to reach out to me if you wish to know more about this simple package via aimendayambaje24@gmail.com
All platforms supported by Flutter/dart