Firebase Storage | Upload And Retrieve Multiple Images Step By Step Tutorial + Source Code

preview_player
Показать описание
In this video, I have used firebase storage, and as a demo, I designed a project to select multiple images from the gallery and upload them to firebase storage, then retrieve and show them in grid view.

Follow the video till the end, if you face any problems comment down I will reply ASAP.

Links used in the video:

More About Flutter:

BE MY FRIEND:

About My Channel:
Hello Friend,

I will upload tech-related content, mostly about programming and coding. Besides, I am active with the latest technology trends, and I will keep you updated.

Thank You :)
Рекомендации по теме
Комментарии
Автор

Superb Video ... explained very much that we want ❤️ ... Problem solved 👍

zuberjavedqureshi
Автор

Thanx for the tutorial....
But, how to make onTap which the image download ?

neohachi
Автор

Thanks for making this video it helped me a lot, how can I set the + (plus) icon, add a button to the right of the image which is at the last of the image not at the beginning, all the selected images should go to the last.

martialcoder
Автор

How to add authentication system to allow only admin to upload image but can be seen by everyone.

creationtechz
Автор

Cannot read property 'getImage' of null, this code shows me an error in flutter web.

dakcorp
Автор

Could you make video about the same upload image flutter with REST API?

typhsar
Автор

when i open an image then go back to grid screen, list automatically goes to top of list
Why this happening ?

dev.faizan
Автор

I Iike this video very much. Just 1 question. How can I see the full screen photo by clicking on it after showing it on home screen?

nnocqet
Автор

The method 'basename' isn't defined for the type 'Path'.
Try correcting the name to the name of an existing method, or defining a method named

milankhatiwada
Автор

is anybody to help please??...method AddImage() isn't defined!!!..

winchesterjcofficial
Автор

Thank you for the tutorial but my app got crash when I tried to pick a second image. Do you have any idea on that? I haven't tried on Android yet but on IOS it doesn't seem to work out. Thanks in advance

QuyenNguyen-oszr
Автор

Hi there, i want to ask. is there a way that we upload the image download url that we've already upload it to firebase storage in a map/list format. so when we try to retrieve it. the data will retrieve every single doc only

royalindo
Автор

hi may I know how do you differenciate different path because when I choose the image each would be the same file name can you help me please thank you

haiqalhaziq
Автор

So the files we'll upload will always have unique name no matter how many files are there in storage?

faizansalam
Автор

good job + i want send url to firebase Realtime . how do that?

eslamsalim
Автор

Thank you so much, but I have an error in firebase storage can you help me, please?
it does not work and the loading sign does not go from the home page

studentaccount
Автор

When I try to click plus button to choose image in AddImage page the app crash. How can I fix it? p.s. IOS Simulator

parinthonpuksuriwong
Автор

The method 'getImage' isn't defined for the type 'ImagePicker'.
Try correcting the name to the name of an existing method, or defining a method named 'getImage'. how can I solve this ?

williamshakespear
Автор

hey can u make a tutorial on how to retrieve videos from firebase into flutter project

nitishgarg
Автор

My _image(index-1) has a red line saying can’t be assigned to the parameter type ‘File(...)

Junior-vmsh