Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Realtime Database: Showcase CRUD operations #18

Open
sbis04 opened this issue Oct 15, 2022 · 2 comments
Open

Realtime Database: Showcase CRUD operations #18

sbis04 opened this issue Oct 15, 2022 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers Hacktoberfest For counting towards Hacktoberfest contribution help wanted Extra attention is needed

Comments

@sbis04
Copy link
Owner

sbis04 commented Oct 15, 2022

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 lib folder structure to understand the proper folder structure to follow. Each functionality is under its own category and consists mainly of screens, utils, and widgets folders.

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.

@sbis04 sbis04 added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers Hacktoberfest For counting towards Hacktoberfest contribution labels Oct 15, 2022
@tanmoy27112000
Copy link

I would like to work on this. @sbis04

@sbis04
Copy link
Owner Author

sbis04 commented Oct 16, 2022

@tanmoy27112000 sure, you can start working on this. The structure of this project is not yet finalized, but you can add your code inside a new folder called lib/database/realtime_crud. Looking forward to your PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers Hacktoberfest For counting towards Hacktoberfest contribution help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants