-
Notifications
You must be signed in to change notification settings - Fork 137
Description
Showcase the CRUD operation using the Firebase Realtime Database. You can follow the implementation of the Cloud Firestore CRUD operation and just build a similar thing with Realtime Database, or come up with your own idea (but should be a simple implementation that touches on all the CRUD operations).
Please try to maintain similar theming across the pages, though there aren't any concrete theming guidelines for this contribution but keep this in mind for future-proofing this contribution.
Use the correct folder structure for adding the functionality, have a look at the readme and the project
libfolder structure to understand the proper folder structure to follow. Each functionality is under its own category and consists mainly ofscreens,utils, andwidgetsfolders.
NOTE: You need to create your own Firebase project and configure it before starting to contribute, make sure you read the CONTRIBUTING guidelines.
Assume the Realtime Database rules to be open to everyone (even without auth) for this demo.
More info: https://firebase.google.com/docs/database/flutter/start
Package to use: https://pub.dev/packages/firebase_database
Hacktoberfest 2022 Note: There's no assignment of issues (first come, first review basis), all eligible contributions will be given “hacktoberfest-accepted” label to make it count towards the Hacktoberfest contribution, even if it's not merged.