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

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

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

![Flutter, Firebase, Riverpod](https://www.hungrimind.com/courses/flutter/login/header.png)

## 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`

![Course Showcase](https://www.hungrimind.com/images/course_showcase.png)

## 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 😊.