duytq94/flutter-chat-demo

Getting image from Firebase Storage

FilipeOS opened this issue · 5 comments

Hi,

How can I get the uploaded image?

Basically I don't know how to get that specific image we uploaded (using the time since epoch) and delete it..

With text is easy but on firestorage I'm not being able, please advise and thank you.

Hi, please read the medium article at 5. Layout the settings screen or here. Basically, we'll get the URL of the image uploaded.
And about delete the image, please refer this

@duytq94 I saw that thread yesterday on stack overflow but I don't know if I should place the entire link the storage return?

If you could advise I really appreciate, this is not for a company or profit thing

With a few changes on your code I was able to match the file names and get/delete from storage. Thank you.

If you don't know you have a different DateTime for the document ID and for the message it self, that causes issues because documents don't match.

@FilipeOS can u please guide me how did u setup and start this up.... :/

I am getting this fault not error.
#18

This issue is not related to yours @Aakash-DD and my chat is much more advanced, that's why I explained what I did.