ahmedgulabkhan / easy_auth

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Dart 97.4%Language:Swift 1.9%Language:Kotlin 0.6%Language:Objective-C 0.2%