An open API service indexing awesome lists of open source software.

https://github.com/ahmedgulabkhan/easy_auth

A simple Flutter Boilerplate to get you started with Registering and Signing in of users, and store their details on Firebase.
https://github.com/ahmedgulabkhan/easy_auth

android-development app-development cloud-firestore dart firebase flutter flutter-app flutter-examples flutter-firebase

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://github.com/ahmedgulabkhan/easy_auth/blob/master/gif/easy_auth.gif)

## Configuration Steps
1. Cloning the repository:

```
$ git clone https://github.com/ahmedgulabkhan/easy_auth.git
```

2. 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...

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

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

`$ flutter run`

## Dependencies
- firebase_auth
- cloud_firestore
- shared_preferences
- flutter_spinkit

## License

- **[MIT license](https://github.com/ahmedgulabkhan/easy_auth/blob/master/LICENSE)**