Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/2002bishwajeet/authentication_riverpod
- Owner: 2002Bishwajeet
- License: mit
- Created: 2021-08-17T14:40:52.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T14:04:19.000Z (11 months ago)
- Last Synced: 2024-10-03T13:38:37.769Z (about 1 month ago)
- Topics: dart, firebase, firebase-auth, flutter, flutter-demo, flutter-examples, riverpod
- Language: Dart
- Homepage:
- Size: 1.61 MB
- Stars: 40
- Watchers: 2
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: license
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
## 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.