Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/2002bishwajeet/authentication_riverpod

A demo application demonstrating Firebase Authentication using Riverpod as a State management solution
https://github.com/2002bishwajeet/authentication_riverpod

dart firebase firebase-auth flutter flutter-demo flutter-examples riverpod

Last synced: 17 days ago
JSON representation

A demo application demonstrating Firebase Authentication using Riverpod as a State management solution

Awesome Lists containing this project

README

        

# Flutter Firebase Authentication Riverpod

This repo contains a sample Flutter application that demonstrates the use of Firebase authentication to a Flutter app using Riverpod as a State management solution
[Refer to my Medium Blog for detailed explanation](https://bishwajeet-techmaster.medium.com/firebase-authentication-using-flutter-and-riverpod-f302ab749383)

## TechStack Used

dart firebase flutter

## What does it do?

It is a sample Flutter application that demonstrates the use of Firebase authentication to a Flutter app using Riverpod as a State management solution.
Currently you can login using E-mail and Password or Google sign in.

## Developing on your local machine

1. Fork this repo
2. Clone it on your local machine
3. Run `flutter pub get`
4. Register a new Firebase project and add the google-services.json file to the project
5. Run `flutter run`

That's it you are good to go

**NOTE:** Firebase has been setup only for Android devices. To use it on iOS, you need to setup your Firebase project on iOS.

## Screenshots




## Live Working

## Contributing

Contrtibutions are welcome. Go ahead and fork this repo and create a pull request. Currently you can contribute by adding new features or fixing bugs. New features include like authentication using Facebook, Apple, Twitter and more. You can add more platform support for web, iOS, Windows and more.