/easy_auth

A simple Flutter Boilerplate to get you started with Registering and Signing in of users, and store their details on Firebase.

Primary LanguageDartMIT LicenseMIT

easy_auth

About

A simple Flutter Boilerplate to get you started with Registering and Signing in of users, and store their details on Firebase.

easy_auth

Configuration Steps

  1. Cloning the repository:
$ git clone https://github.com/ahmedgulabkhan/easy_auth.git
  1. Open the project and install dependencies (using terminal):
$ cd easy_auth
$ flutter pub get

This installs all the required dependencies like cloud_firestore, firebase_auth, shared_preferences, etc...

  1. Make an android project on your firebase account, follow the mentioned steps and you're good to go.

  2. Now run the app on your connected device (using terminal):

$ flutter run

Dependencies

License