https://github.com/hungrimind/flutter_login_riverpod_firebase
Robust login system using Riverpod and Firebase
https://github.com/hungrimind/flutter_login_riverpod_firebase
dart firebase flutter login riverpod
Last synced: 5 months ago
JSON representation
Robust login system using Riverpod and Firebase
- Host: GitHub
- URL: https://github.com/hungrimind/flutter_login_riverpod_firebase
- Owner: hungrimind
- License: mit
- Created: 2023-10-11T13:49:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T18:21:49.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T19:37:30.330Z (almost 2 years ago)
- Topics: dart, firebase, flutter, login, riverpod
- Language: Dart
- Homepage: https://www.hungrimind.com/courses/flutter/login-riverpod-firebase
- Size: 15.6 KB
- Stars: 15
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Flutter Login System with Riverpod and Firebase](https://www.hungrimind.com/courses/flutter/login-riverpod-firebase)
Here lives the code for the [Ulimate Login System Course on Hungrimind](https://www.hungrimind.com/courses/flutter/login-riverpod-firebase).

## How to Contribute
This repo is open source, so that there is transparency into what you would learn, and that the code is up to date, and follows the best practices that are taught in the course.
If you see anything out of date or know a better approach, please create an issue or even a pull request.
## How to Run
1. Run `pub get`
2. Run `flutter create .`
3. Run `flutterfire configure`

## Fork the Code
I encourage you to feel free and fork this code, and build your apps on top of it. A link back to either the course or this repo would be highly appreciated 😊.