Didn't work for me the files are not upload to firebase there is nothing shown in firebase it's empty when I press the upload button nothing changes pls give me the solution for me
hi, thanks for this amazing videos. i jus want to ask, how to upload multiple files also return the multiple link into a list. i've problem on a few days to solve it
Hi SIr, I need a help. I want to upload the download url to fire store firebase in click in ui. How can I do that ? Thank You for this great video and thank you for answer in advance ;)
Thanks for the idea, 1 Ajil Sathyan! 🙂 I have added it to my list of ideas for future videos! For now you can check out videos on 1.) Email Authentication with firebase : ruclips.net/video/rnHAInnjCmM/видео.html 2.) Google Sign In with firebase : ruclips.net/video/ogW83xGQGTg/видео.html
Thanks, for your support,🙂. Yes you can update the existing files in firebase storage, Make sure you upload the file in the same path where you uploaded before, and the name of the file stored in firebase storage should be static. It'll simply overrides the existing file. Thus updates your existing file.
thank you so much for the video and the clear explanation , I have a little question how can i retrieve the download link in a var and send it to the cloudfirestore firebase as a String ,so the user can download it later ? i tried but i got stuck on it ,
Thank You code Geass! Follow this link: stackoverflow.com/questions/48435365/get-download-url-from-firebase-storage-in-flutter I hope you will get your answer 🙂
Your tutorials are the best! I've been getting alot of errors with null safety on so i just removed the required, late class etc.I hope it doesn't crash my app lol thanks again!
Hello, Sharatchandra T Shastry! Follow this link: stackoverflow.com/questions/58459483/unsupported-operation-platform-operatingsystem, I hope it will solve your problem. Thank You 🙂
Hello , how can you add destination inside ref ?? I m unable to do that? And when I store files images inside firebase storage image url changes everytime but I want it store seperately how can I do that can you suggest me ?
@@HeyFlutter Ok it's like i say. Therefore it would be nice if you at least could mention this in the video description. Or do you plan an updated video?
Hi Johannes I have been trying to upload multiple files with an allowed number of files, but I am not able to get success. Can you please make a tutorial in which you can upload multiple files to the server and handle the edge cases? Can you please make a tutorial on We Chat Asset Picker
Exception has occurred. NoSuchMethodError (NoSuchMethodError: The method 'pickFiles' was called on null. Receiver: null Tried calling: pickFiles(allowMultiple: false)) Sorry, There is no error notification, but there is an alert here. Is there a solution?
First of all thi is excellent it helped me a lot. And i will really appreciate if you helped me with a problem. I'm storing information about users and in the same page the can select a picture or multiple pictures. How can i upload the image and attach it to the specific user??
Thank you, andrew gold! 🙂 You might be storing user's data either locally or globally. you can make a field "profile" or "images", whichever you like. After uploading data to firebase storage, generate a download url and store it in the database
Hello, Rajitha Sandeera! Follow this link: stackoverflow.com/questions/69062400/he-method-basename-isnt-defined-for-the-type-path-documentation, I hope it will solve your problem. Thank You 🙂
I've question: Whenever I use firebase in my flutter app then in debug Console I got messages like that: Accessing hidden functions.... putInt()..... Accessing hidden functions.... putLong().....
I have uploaded the video to the firebase but it shows me that the type of the video is jpg and it won't open it ? can I know why? and how can I change it?
Great tutorial. But I do have a question, I did notice after uploading the file the selected file was still showing on the page. How do you clear to read no file selected after the upload has been done successfully.
Thank You Emmanuel Opare Adjei! Follow this link: stackoverflow.com/questions/51857796/flutter-upload-image-to-firebase-storage I hope you will get your answer 🙂
thanks for awesome tutorials Mike , but i have questions which suffered of it since long awhile , why when upload video it's size 100Mb or more it is take so long to upload .. it needs around 2 minutes , Although my internet connection is fast , u will do favor if you could answer , thanks in advance
Thank You Mohammed Hamdan ! Follow this link: stackoverflow.com/questions/50726184/flutter-firebase-storage-plugin-taking-a-lot-of-time-to-upload-file I hope you will get your answer 🙂
single file upload is working great but i could not use the multiple upload with this library even though the documentation says it can any solutions?? thanks
Hello, I am facing a problem with selecting afile , after I pick file to select , it would not be selected and reflected to the path can anyone help with suggestions to solve this problem please
that's good but how can I share this file on other page which named SharedFiles for example and when any user visited this page, he sees all the file uploaded even from himself or other users
Is it possible to update the code and make the user login and upload the pdf file and image in collection with the sections by category firebase firestore With all my thanks and appreciation Please, I really need this code and I made a lot of effort and learning to complete it and failed 😇🙏🙏🙏
@@HeyFlutter can you please teach me how to fetch from fire base storage the image and videos uploaded in byte to our app building it again in image and video object ?
@@HeyFlutter Yes i understand, what i really wanted to achieve is to upload to firestore after getting the download url in the same function along with some other values. I wanted to upload to firestore even if the file was null incase the user did not select any file for the record. I would like to show you the code so maybe you could give me a hint on what i am trying to achieve. Thanks for your time this, video helped me a lot.
Is there any way to view the uploaded images and videos in the app itself, retrieving these files from cloud storage? Like one user viewing the uploaded files of another user?
Thank you, Vrajesh Prakhya! 🙂 yes you can do it easily, all you is some knowledge of firebase firestore, a overview how you can setup documents and filter them
Hey Johan, I am getting this error "appImpl.storage is not a function" while using on web can you please help me resolve it followed your method to upload files but isnt working
Hello, Abhishek Vishwakarma! Follow this link: stackoverflow.com/questions/68548035/typeerror-appimpl-storage-is-not-a-function-when-trying-to-upload-a-file-to-fir, I hope it will solve your problem. Thank You 🙂
is it possible to use file picker without null safety? most of my code doesn't use null safety. And I was wondering if there is a way to use this without changing my code? could you also show please?
Thank you, Alicea Vaz! 🙂 Yes you just need to downgrade the version of file picker in the pubspec.yaml file. you can find the version which suits you best here : pub.dev/packages/file_picker/changelog
Thank you, Rishika Shetty! 🙂 you should first check whether all packages are available for web, if so then add web side configuration for required packages
Thank You salary dost! Follow this link: stackoverflow.com/questions/49125191/how-to-upload-images-and-file-to-a-server-in-flutter I hope you will get your answer 🙂
Thank You Priyank Shir! Follow this link: stackoverflow.com/questions/47065098/how-to-work-with-progress-indicator-in-flutter I hope you will get your answer 🙂
Thank You Yatin Kalola! Follow this link: stackoverflow.com/questions/54170250/how-to-delete-a-firebase-storage-file-with-flutter I hope you will get your answer 🙂
Thank You ashwith chandra! Follow this link: stackoverflow.com/questions/51857796/flutter-upload-image-to-firebase-storage I hope you will get your answer 🙂
@@HeyFlutter thx sir, i found the problem , it was the upload here in algeria is so low , so i tried to upload the image to storage then download it and put the url on firestore, so the problem occured when i tried to upload the image and the text at the same time to firestore, the image made like 1minute delay so, automatically it wont get downloaded and upload it to firestore quickly . And when i tried to wait until the image finished to upload to storage , i waited like 1minute to 2minute... Anyway thx for your answer and all your helpfull videos i support you until i Die 😅
@@HeyFlutter even after setting allowMultiple :true, i'm able to upload only one file, how to select multiple files and upload them? great video, thanks
Thank you for the video, I've come from your video on converting a widget to an Image: ruclips.net/video/DSJ5vONP3XM/видео.html I was wondering how I can upload this converted image to Firebase? Widget - image (this image isn't saved in photos or the app itself so how do I access it?)
Thank you, Jonathan Munday! 🙂 You can store these images in memory. you just need to create a new file and pass Uint8List image in it along with providing a path, this source will help you : stackoverflow.com/a/60507299
This might help you :)
👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com
Source Code: github.com/JohannesMilke/firebase_upload_example
Firebase CRUD Tutorial: ruclips.net/video/EV2DyrKOqrY/видео.html
Download Files From Firebase Storage Tutorial: ruclips.net/video/YA_fHCF_EYc/видео.html
Firebase Hosting - Deploy Flutter Web App Tutorial: ruclips.net/video/xJo7Mqse960/видео.html
Firebase Auth Google SignIn Tutorial: ruclips.net/video/ogW83xGQGTg/видео.html
Firebase Auth Email Sign In Tutorial: ruclips.net/video/rnHAInnjCmM/видео.html
ChatApp With Firebase Tutorial: ruclips.net/video/wHIcJDQbBFs/видео.html
Todo App With Firebase Tutorial: ruclips.net/video/EV2DyrKOqrY/видео.html
Pagination With Firebase Tutorial: ruclips.net/video/IruuzPydPz4/видео.html
Push Notifications Tutorial: ruclips.net/video/wjJN1C9UxpY/видео.html
Local Notifications Tutorial: ruclips.net/video/xMeCwF5MO6w/видео.html
Null Safety In 5 Minutes Tutorial: ruclips.net/video/Q_WloMNKOkU/видео.html
Migrate App To Null Safety Tutorial: ruclips.net/video/GLnQphHi1BY/видео.html
Buttons 2.0 Tutorial: ruclips.net/video/ytlDKJBxW_A/видео.html
Buttons 2.0 For Flutter Web Tutorial: ruclips.net/video/V1Evs000yv8/видео.html
This person deserves the highest award in the category of teaching programming in flutter. Good job bro, keep making flutter tutorial videos
I cannot agree more !!
absolutely agree!
Dont forget to add this if you want to use basename, spent some time wondering why it wasn't recognised lol.
import 'package:path/path.dart';
Thank you sommich
No unnecessary comments
Straight to content no time waste
Marvellous explanation 😊😇
you have no idea how awesome your tutorials are ! so clean , well explained , saves alot of time of us . Please keep making quality content for us.
Thanks man, the best flutter channel on youtube!
Thank you for this amazing video ! You explained every step very clearly and professionally. God bless people like you :)
Glad to hear that, Thank you @Maoz85! 😊
Didn't work for me the files are not upload to firebase there is nothing shown in firebase it's empty when I press the upload button nothing changes pls give me the solution for me
very helpful tutorial🙌
And Sir kindly make on video how we get video and images in Firestore from Firebase storage
“Thank you 😊, Mian Z€€$han! Check out this video to get images and videos from firebase, it'll help you : ruclips.net/video/YA_fHCF_EYc/видео.html
hi, thanks for this amazing videos.
i jus want to ask, how to upload multiple files also return the multiple link into a list.
i've problem on a few days to solve it
Thanks Johannes Milke.
Hi Hohannes, I'm trying the Get package to use with firebase, and till now ???, great video, greetings
Thank you, I didn't see this video when you uploaded.
Hello,I tried following your instructions, the image has been uploaded to Flutter,but I don't see any return urlDownload. Why? please
Brilliant
Thank you, Jose Oriol! 🙂
I like the final destination name :)
When ever i stuck in flutter.... I always prefer you😂
YOU ARE THE BEST!!!!..... CREDITS TO YOU IN MY FUTURE DEVELOPMENTS OF ANY APP
Again this is awesome, have you make a tutorial on how to importing json file into firestore yet? Please let me know if you did, thanks milke.
Thankyousomuch for this video i was struggling to get the download url from last 2 days but couldn't, you're video got me throught this thankyou man!
Hi SIr, I need a help. I want to upload the download url to fire store firebase in click in ui. How can I do that ? Thank You for this great video and thank you for answer in advance ;)
@@HeyFlutter Thank you so much !
Thank You Sayed Aymaan! Follow this link: medium.com/@debnathakash8/firebase-cloud-storage-with-flutter-aad7de6c4314
I hope you will get your answer 🙂
We want more firebase tutorials please..
“Thank you 😊, vinay reddy! you can checkout our playlist on firebase tutorials here : ruclips.net/p/PL1WkZqhlAdC9TgTee50FWiiwVZ6kQg4W7
Hello there... !! ...Could you please make a video on how to upload multiple files at once to
firebase ? Thanks in advance 😃😃
@@HeyFlutter Ok.. 😄 Thanks for your reply
Sir please continue with Firebase tutorials . Like email and password.
Google sign in
Facebook
Mobile no with OTP login
.....
Can we expect this?
@@HeyFlutter thanks your reply Sir ❣️❣️❣️. Lots of love from INDIA 🇮🇳
Thanks for the idea, 1 Ajil Sathyan! 🙂 I have added it to my list of ideas for future videos!
For now you can check out videos on
1.) Email Authentication with firebase : ruclips.net/video/rnHAInnjCmM/видео.html
2.) Google Sign In with firebase : ruclips.net/video/ogW83xGQGTg/видео.html
Johannes how exactly can i give out in UI any Snapshot or data of users signed in with Google do you have a video for this too?
Thank you, Arya the Lioness! Check out this video about google sign in: ruclips.net/video/1k-gITZA9CI/видео.html&ab_channel=JohannesMilke
Can i update it after uploaded example like profile photo after long time i wanna update
can i do these ?
Thanks, for your support,🙂.
Yes you can update the existing files in firebase storage, Make sure you upload the file in the same path where you uploaded before, and the name of the file stored in firebase storage should be static. It'll simply overrides the existing file. Thus updates your existing file.
Awesome awesome awesome 😘 love you bro
You are a life saver. Cheers mate.
thank you so much for the video and the clear explanation ,
I have a little question
how can i retrieve the download link in a var and send it to the cloudfirestore firebase as a String ,so the user can download it later ? i tried but i got stuck on it ,
Thank You code Geass! Follow this link: stackoverflow.com/questions/48435365/get-download-url-from-firebase-storage-in-flutter
I hope you will get your answer 🙂
Your tutorials are the best! I've been getting alot of errors with null safety on so i just removed the required, late class etc.I hope it doesn't crash my app lol thanks again!
@@HeyFlutter I actually fixed my errors! Null safety works :D
how? because the "basename" (showing red mark and asking for a class to be created) is driving me crazy it's does not upload the file
Great. But, Is it possible to upload from flutter web app?
I am getting Error: Unsupported operation: Platform._operatingSystem
When I try to upload image in flutter web, please can you solve this?
Edit: The file should be a type of Unit8list, if you are facing the same issues, try this. Thanks 😊.
Hello, Sharatchandra T Shastry! Follow this link: stackoverflow.com/questions/58459483/unsupported-operation-platform-operatingsystem, I hope it will solve your problem. Thank You 🙂
you didn't use the uploadBytes method,how did it upload with progress then?
@@HeyFlutter Okay Johannes thank you a lot. By the way I really like your videos!
Can you do a video series for GetX state management (or Riverpod)
Hello , how can you add destination inside ref ?? I m unable to do that? And when I store files images inside firebase storage image url changes everytime but I want it store seperately how can I do that can you suggest me ?
what to do in firebase for production then ?
I guess using FlutterFire's Cloud Storage plugin all the setup steps presented here are not necessary anymore, right?
@@HeyFlutter Ok it's like i say. Therefore it would be nice if you at least could mention this in the video description. Or do you plan an updated video?
Hi Johannes I have been trying to upload multiple files with an allowed number of files, but I am not able to get success. Can you please make a tutorial in which you can upload multiple files to the server and handle the edge cases?
Can you please make a tutorial on We Chat Asset Picker
@@HeyFlutter Thank you
after selecting the file the text still shows no files selected
File Picker on my case not every time can pick a file using flutter web. Need to try 3-5 time then I can get value rather then a null. Very strange!
Thank u. Very userful 👍👍
why do i get "basename" error?
import package path
Hello, Triều Cấn! Follow this link: www.kindacode.com/article/flutter-firebase-storage/, I hope it will solve your problem. Thank You 🙂
Like always your video help me a lot thank u bro
Exception has occurred.
NoSuchMethodError (NoSuchMethodError: The method 'pickFiles' was called on null.
Receiver: null
Tried calling: pickFiles(allowMultiple: false))
Sorry, There is no error notification, but there is an alert here. Is there a solution?
First of all thi is excellent it helped me a lot. And i will really appreciate if you helped me with a problem.
I'm storing information about users and in the same page the can select a picture or multiple pictures. How can i upload the image and attach it to the specific user??
@@HeyFlutter you're a genius man, thank you
Thank you, andrew gold! 🙂
You might be storing user's data either locally or globally. you can make a field "profile" or "images", whichever you like. After uploading data to firebase storage, generate a download url and store it in the database
amazing very well explained
nice job but how to select multiple files and upload them?
it's lovely, @Johannes Milke ...
how to get the image url after upload is complete?
thank you, this video work for me
Bro it seems like the process is async but why the method put file is not of Future type
thanks but does File_Picker package allow to open phone camera and take video&photos too ?
@@HeyFlutter this allow for either video or camera .. it is don't open two together
Thank you, fgghgf jklhgg! 🙂 you can achieve this by using this package : pub.dev/packages/image_picker
I cant upload pdf to storage. In FirebaseApi class, it doesnt read below from '''final ref = FirebaseStorage.instance.ref(destination);'''
Thank you, Emirhan! 🙂. Kindly share the error message here.
@@HeyFlutter There is no error message. But In FirebaseAPI it is going in catch not try.
I initilized firebase at main WidgetsFlutterBinding.ensureinitilazing but cant access firebase i guess.
Thanks man!
thank you very much for this!! helps a lot!!
The basename isnt define for the class _mainstate how can
I solve this problm
Hello, Rajitha Sandeera! Follow this link: stackoverflow.com/questions/69062400/he-method-basename-isnt-defined-for-the-type-path-documentation, I hope it will solve your problem. Thank You 🙂
I've question:
Whenever I use firebase in my flutter app then in debug Console I got messages like that:
Accessing hidden functions.... putInt().....
Accessing hidden functions.... putLong().....
Thanks, for your support, Mian Muhammad Anwar! 🙂
It's only warnings, that won't break anything, you can safely ignore them
I have uploaded the video to the firebase but it shows me that the type of the video is jpg and it won't open it ?
can I know why? and how can I change it?
Thank You Birg 11! Follow this link: stackoverflow.com/questions/64384815/flutter-imagepicker-pickvideo-return-jpg
I hope you will get your answer 🙂
Great tutorial. But I do have a question, I did notice after uploading the file the selected file was still showing on the page. How do you clear to read no file selected after the upload has been done successfully.
Thank You Emmanuel Opare Adjei! Follow this link: stackoverflow.com/questions/51857796/flutter-upload-image-to-firebase-storage
I hope you will get your answer 🙂
good job bro
just asking, but can't you just use a normal elevated button?
@@HeyFlutter all good all good, was just asking because I really don't know. I'm new to all of this. Your videos helped me a lot tho, thanks
Thank you, Aiden Pierce! 🙂. You can use it. I am just trying to teach different ways of achieving a single task
또하나 배워 갑니다.
thanks for awesome tutorials Mike , but i have questions which suffered of it since long awhile , why when upload video it's size 100Mb or more it is take so long to upload .. it needs around 2 minutes , Although my internet connection is fast , u will do favor if you could answer , thanks in advance
@@HeyFlutter lol this was was my question since 3 years , but thanks
Thank You Mohammed Hamdan ! Follow this link: stackoverflow.com/questions/50726184/flutter-firebase-storage-plugin-taking-a-lot-of-time-to-upload-file
I hope you will get your answer 🙂
Thanks a ton!
single file upload is working great but i could not use the multiple upload with this library even though the documentation says it can
any solutions?? thanks
Thank you, Yasith Samarawickrama! 🙂 you can easily achieve it by using loop and upload multiple images
Hello, I am facing a problem with selecting afile , after I pick file to select , it would not be selected and reflected to the path can anyone help with suggestions to solve this problem please
3:28 . What would I set it to If I was making a production app ?
@@HeyFlutter Thnx man
Thank You Patrick Witter! Follow this link: firebase.google.com/docs/rules
I hope you will get your answer 🙂
that's good but how can I share this file on other page which named SharedFiles for example and when any user visited this page, he sees all the file uploaded even from himself or other users
@@HeyFlutter can you add a video how to share the file selected on a page which any other user can see it
thanks a lot man! you help!
file picker is not working with my code any alternative of it..
Thank You kuldeep saini! Follow this link: fluttergems.dev/file-picker/
I hope you will get your answer 🙂
Is it possible to update the code and make the user login and upload the pdf file and image in collection with the sections by category firebase firestore With all my thanks and appreciation Please, I really need this code and I made a lot of effort and learning to complete it and failed 😇🙏🙏🙏
Thanks for the idea Farida 😀, i have added it in my list of future videos
Thank you very much and I hope it will be soon
brilliant 100%
simply awesome
@@HeyFlutter can you please teach me how to fetch from fire base storage the image and videos uploaded in byte to our app building it again in image and video object ?
I would like to know how to fire uploadfile even if the file is null. I would greatly appreciate your answer.
@@HeyFlutter Yes i understand, what i really wanted to achieve is to upload to firestore after getting the download url in the same function along with some other values. I wanted to upload to firestore even if the file was null incase the user did not select any file for the record. I would like to show you the code so maybe you could give me a hint on what i am trying to achieve. Thanks for your time this, video helped me a lot.
Is there any way to view the uploaded images and videos in the app itself, retrieving these files from cloud storage? Like one user viewing the uploaded files of another user?
@@HeyFlutter How would we play the videos we fetch from firebase database inside our flutter app?
Thank you, Vrajesh Prakhya! 🙂 yes you can do it easily, all you is some knowledge of firebase firestore, a overview how you can setup documents and filter them
Hey Johan, I am getting this error "appImpl.storage is not a function"
while using on web
can you please help me resolve it followed your method to upload files but isnt working
Hello, Abhishek Vishwakarma! Follow this link: stackoverflow.com/questions/68548035/typeerror-appimpl-storage-is-not-a-function-when-trying-to-upload-a-file-to-fir, I hope it will solve your problem. Thank You 🙂
Thanks a lot.
is it possible to use file picker without null safety? most of my code doesn't use null safety. And I was wondering if there is a way to use this without changing my code? could you also show please?
Thank you, Alicea Vaz! 🙂
Yes you just need to downgrade the version of file picker in the pubspec.yaml file. you can find the version which suits you best here : pub.dev/packages/file_picker/changelog
I need this with Laravel api
What to do if we want to use this in production???
@@HeyFlutter i love you teaching videos
Thank You Gaurav Kumar! Follow this link: docs.flutter.dev/deployment/android
I hope you will get your answer 🙂
thank you
You are welcome, @letmeflutter6644 😊
How to make the same project work on web?
Thank you, Rishika Shetty! 🙂 you should first check whether all packages are available for web, if so then add web side configuration for required packages
Bro make on inAppMessaging with flutter firebase
How can we achieve same using http package.??
Thank You salary dost! Follow this link: stackoverflow.com/questions/49125191/how-to-upload-images-and-file-to-a-server-in-flutter
I hope you will get your answer 🙂
Awsome ❤️
sir, how to clear the progress indicator once the file has been uploaded?
@@HeyFlutter thanks a lot sir 😊
Thank You Priyank Shir! Follow this link: stackoverflow.com/questions/47065098/how-to-work-with-progress-indicator-in-flutter
I hope you will get your answer 🙂
how to display images on mobile screen after upload on firebase using flutter
How to filename remove on submit?
Thank You Yatin Kalola! Follow this link: stackoverflow.com/questions/54170250/how-to-delete-a-firebase-storage-file-with-flutter
I hope you will get your answer 🙂
Thanks!!!!!!!!!
I am trying to do this for ages T-T
I need Mu;lti file Pick to upload firebase storage code
@@HeyFlutter soon update pls
oh man u are great
thanks u
what is basename??
Thank You ashwith chandra! Follow this link: stackoverflow.com/questions/51857796/flutter-upload-image-to-firebase-storage
I hope you will get your answer 🙂
i repeated everything like 3 times but stil can't upload images
@@HeyFlutter thx sir, i found the problem , it was the upload here in algeria is so low , so i tried to upload the image to storage then download it and put the url on firestore, so the problem occured when i tried to upload the image and the text at the same time to firestore, the image made like 1minute delay so, automatically it wont get downloaded and upload it to firestore quickly .
And when i tried to wait until the image finished to upload to storage , i waited like 1minute to 2minute...
Anyway thx for your answer and all your helpfull videos i support you until i Die 😅
@@HeyFlutter please i have a suggestion , if you can make a full video building a business pos desktop app using flutter with backend plz thx a lot
Thanks, Nine Hichem! 🙂 Make sure you have setup Firebase correctly:
1) Setup Firebase Android: ruclips.net/video/CpyALC8Zpxo/видео.html
2) Setup Firebase iOS: ruclips.net/video/yj4vaz2rxC0/видео.html
3) Setup Firebase Web: ruclips.net/video/Z0jFkP0A3B0/видео.html
4) Firebase CRUD Tutorial: ruclips.net/video/EV2DyrKOqrY/видео.html
Is it just me or is uploading multiple images to Firebase Storage is extremely very slow?
@@HeyFlutter even after setting allowMultiple :true, i'm able to upload only one file, how to select multiple files and upload them? great video, thanks
Thank you for the video, I've come from your video on converting a widget to an Image: ruclips.net/video/DSJ5vONP3XM/видео.html
I was wondering how I can upload this converted image to Firebase? Widget - image (this image isn't saved in photos or the app itself so how do I access it?)
Thank you, Jonathan Munday! 🙂
You can store these images in memory. you just need to create a new file and pass Uint8List image in it along with providing a path, this source will help you : stackoverflow.com/a/60507299
@@HeyFlutter thanks for replying but I eventually got it, I still owe you big time for all your help.
wow....
Thanks, wafa abbas! 🙂
Thoko Tali mera chal gaya