shagun25 / SheHeroes

SheHeroes- A Women And Child Safety App
https://discord.com/channels/811724426965811210/815018090991321099
Creative Commons Zero v1.0 Universal
76 stars 92 forks source link

Uploading video/image/audio files between using firebase #52

Open hiashutoshsingh opened 3 years ago

hiashutoshsingh commented 3 years ago

Feature: - Uploading video/image/audio files using firebase.

Expected Behaviour: -Upload video/image/audio files on cloud storage of firebase. STEP 1: Initialize user with firebase STEP 2: Upload the file on cloud storage and get the documentId after uploading it. STEP 3: Store that documentId in userDetails map and send it back to in cloud firestore.

POINTS-25

REF: https://firebase.flutter.dev/docs/firestore/usage/#! https://firebase.flutter.dev/docs/storage/usage

Subhangini commented 3 years ago

I would like to work on this can you assign this to me.

Subhangini commented 3 years ago

@hiashutoshsingh I am a beginner and don't know anything about firebase. but i really want to work on this issue so searched a lot and came to learn that to share a file firstly i have to upload files with cloud storage? Please guide me.

hiashutoshsingh commented 3 years ago

@hiashutoshsingh I am a beginner and don't know anything about firebase. but i really want to work on this issue so searched a lot and came to learn that to share a file firstly i have to upload files with cloud storage? Please guide me.

Great to see enthusiasm! I have modified the description to be more precise. Start with official documentation of the firebase.

Connect with me on discord if you are facing some issues or want some help. @Subhangini

Subhangini commented 3 years ago

@hiashutoshsingh I am a beginner and don't know anything about firebase. but i really want to work on this issue so searched a lot and came to learn that to share a file firstly i have to upload files with cloud storage? Please guide me.

Great to see enthusiasm! I have modified the description to be more precise. Start with official documentation of the firebase.

Connect with me on discord if you are facing some issues or want some help. @Subhangini

Ok , Thank you I will do my best :)

Subhangini commented 3 years ago

Do I have to install any kind of software to work on this project?

hiashutoshsingh commented 3 years ago

Do I have to install any kind of software to work on this project?

Not at all. Just go through the documentation. a article to help this: https://www.educative.io/edpresso/how-to-upload-to-firebase-storage-with-flutter

Subhangini commented 3 years ago

OK, Thank you