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.
- Host: GitHub
- URL: https://github.com/ahmedgulabkhan/easy_auth
- Owner: ahmedgulabkhan
- License: mit
- Created: 2020-07-17T14:18:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T08:30:30.000Z (about 5 years ago)
- Last Synced: 2025-04-13T09:18:19.372Z (6 months ago)
- Topics: android-development, app-development, cloud-firestore, dart, firebase, flutter, flutter-app, flutter-examples, flutter-firebase
- Language: Dart
- Homepage:
- Size: 1.36 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
## 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)**