/authentication_riverpod

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

Primary LanguageDartMIT LicenseMIT

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

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.