flutterfire-samples icon indicating copy to clipboard operation
flutterfire-samples copied to clipboard

Cloud Storage: Add image/video/file storage implementation

Open sbis04 opened this issue 2 years ago • 4 comments

Add functionality for retrieving an image, video, or other files from the device storage and upload it to Cloud Storage. Use the generated URL to provide an option to download the file on the second page.

So, there would be two pages basically:

  • First Page to select and upload a file from the device
  • Second Page to download the file to the device

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 Cloud Storage rule to be open to everyone (even without auth) for this demo.

More info: https://firebase.google.com/docs/storage/flutter/start Package to use: https://pub.dev/packages/firebase_storage

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 avatar Oct 15 '22 12:10 sbis04

I am open to work on it

Engr-Owais avatar Oct 16 '22 17:10 Engr-Owais

Nice, you can start working on this @Engr-Owais. Looking forward to your PR!

sbis04 avatar Oct 17 '22 02:10 sbis04

Hey @sbis04 Can I work on this?

rktejesh avatar Oct 18 '22 09:10 rktejesh

Yes, you can work on this @rktejesh. All issues are open to everyone.

sbis04 avatar Oct 18 '22 10:10 sbis04