Flutter Tutorial - Upload Files To Firebase Storage - Upload Images, Videos & Files

Поделиться
HTML-код
  • Опубликовано: 9 сен 2024

Комментарии • 171

  • @HeyFlutter
    @HeyFlutter  2 года назад

    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

  • @silentroar9258
    @silentroar9258 3 года назад +34

    This person deserves the highest award in the category of teaching programming in flutter. Good job bro, keep making flutter tutorial videos

  • @tristangrobler4950
    @tristangrobler4950 2 года назад +10

    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';

  • @megatronislive1331
    @megatronislive1331 2 года назад +4

    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.

  • @alexiosgaming6504
    @alexiosgaming6504 2 года назад +2

    No unnecessary comments
    Straight to content no time waste
    Marvellous explanation 😊😇

  • @Maoz85
    @Maoz85 11 месяцев назад

    Thank you for this amazing video ! You explained every step very clearly and professionally. God bless people like you :)

    • @HeyFlutter
      @HeyFlutter  11 месяцев назад

      Glad to hear that, Thank you @Maoz85! 😊

    • @gopikrishnan8999
      @gopikrishnan8999 9 месяцев назад

      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

  • @easy_english_123
    @easy_english_123 3 года назад

    Thanks Johannes Milke.

  • @kayquebritoo
    @kayquebritoo 2 года назад

    Thanks man, the best flutter channel on youtube!

  • @nguyenvanlieu8367
    @nguyenvanlieu8367 2 года назад +1

    Hello,I tried following your instructions, the image has been uploaded to Flutter,but I don't see any return urlDownload. Why? please

  • @zeeshanali635
    @zeeshanali635 3 года назад +2

    very helpful tutorial🙌
    And Sir kindly make on video how we get video and images in Firestore from Firebase storage

    • @HeyFlutter
      @HeyFlutter  2 года назад

      “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

  • @satyyyaamm5011
    @satyyyaamm5011 3 года назад

    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!

  • @gamechu69
    @gamechu69 3 года назад

    YOU ARE THE BEST!!!!..... CREDITS TO YOU IN MY FUTURE DEVELOPMENTS OF ANY APP

  • @williamshakespear2190
    @williamshakespear2190 3 года назад

    Thank you, I didn't see this video when you uploaded.

  • @ithelp5893
    @ithelp5893 3 года назад

    You are a life saver. Cheers mate.

  • @eNONO-ot4zh
    @eNONO-ot4zh 3 года назад +1

    Thank u. Very userful 👍👍

  • @akashtripathy1334
    @akashtripathy1334 3 года назад

    When ever i stuck in flutter.... I always prefer you😂

  • @casparbaumeister8614
    @casparbaumeister8614 2 года назад

    I like the final destination name :)

  • @paanoop
    @paanoop 3 года назад

    Awesome awesome awesome 😘 love you bro

  • @ayoline
    @ayoline 3 года назад

    thank you very much for this!! helps a lot!!

  • @derealratos6332
    @derealratos6332 3 года назад

    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!

    • @derealratos6332
      @derealratos6332 3 года назад

      @@HeyFlutter I actually fixed my errors! Null safety works :D

    • @DavidsonEfetobore
      @DavidsonEfetobore 2 года назад +1

      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

  • @trickswithandro749
    @trickswithandro749 2 года назад

    Like always your video help me a lot thank u bro

  • @jawadaslam8537
    @jawadaslam8537 2 года назад

    amazing very well explained

  • @Meissharat
    @Meissharat 3 года назад +1

    I am getting Error: Unsupported operation: Platform._operatingSystem
    When I try to upload image in flutter web, please can you solve this?

    • @Meissharat
      @Meissharat 3 года назад +1

      Edit: The file should be a type of Unit8list, if you are facing the same issues, try this. Thanks 😊.

    • @HeyFlutter
      @HeyFlutter  2 года назад +1

      Hello, Sharatchandra T Shastry! Follow this link: stackoverflow.com/questions/58459483/unsupported-operation-platform-operatingsystem, I hope it will solve your problem. Thank You 🙂

  • @joseinTokyo
    @joseinTokyo 2 года назад +1

    Brilliant

    • @HeyFlutter
      @HeyFlutter  2 года назад

      Thank you, Jose Oriol! 🙂

  • @gondal2point0
    @gondal2point0 3 года назад

    thank you, this video work for me

  • @numanarif2597
    @numanarif2597 3 года назад +1

    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.

  • @rohandoshi8708
    @rohandoshi8708 2 года назад

    Thanks a ton!

  • @jeffMachado.oficial
    @jeffMachado.oficial 3 года назад

    thanks a lot man! you help!

  • @TrikNgonlen
    @TrikNgonlen 3 года назад

    it's lovely, @Johannes Milke ...

  • @nikhilthakur647
    @nikhilthakur647 3 года назад

    Thanks man!

  • @AlwaysMore
    @AlwaysMore 3 года назад +1

    Can i update it after uploaded example like profile photo after long time i wanna update
    can i do these ?

    • @HeyFlutter
      @HeyFlutter  2 года назад

      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.

  • @asifreyad595
    @asifreyad595 3 года назад

    Thanks a lot.

  • @janammaharjan2699
    @janammaharjan2699 2 года назад

    simply awesome

    • @janammaharjan2699
      @janammaharjan2699 2 года назад

      @@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 ?

  • @vinayreddypulagam
    @vinayreddypulagam 3 года назад +1

    We want more firebase tutorials please..

    • @HeyFlutter
      @HeyFlutter  2 года назад

      “Thank you 😊, vinay reddy! you can checkout our playlist on firebase tutorials here : ruclips.net/p/PL1WkZqhlAdC9TgTee50FWiiwVZ6kQg4W7

  • @salomastation6004
    @salomastation6004 3 года назад

    brilliant 100%

  • @eey5460
    @eey5460 2 года назад

    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?

  • @letmeflutter6644
    @letmeflutter6644 Год назад

    thank you

    • @HeyFlutter
      @HeyFlutter  Год назад

      You are welcome, @letmeflutter6644 😊

  • @RizalAbulFata
    @RizalAbulFata 2 года назад

    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

  • @hashankannangara8723
    @hashankannangara8723 3 года назад +2

    Awsome ❤️

  • @fakeandfool6463
    @fakeandfool6463 2 года назад

    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 ?

  • @alarsut
    @alarsut 2 года назад

    good job bro

  • @litalkakun865
    @litalkakun865 3 года назад

    Thanks!!!!!!!!!

  • @aftabahmadawan9362
    @aftabahmadawan9362 3 года назад

    oh man u are great

  • @marchenrynanguy8132
    @marchenrynanguy8132 3 года назад

    thanks u

  • @S_.H._C
    @S_.H._C 2 года назад

    또하나 배워 갑니다.

  • @thompsonlaw1
    @thompsonlaw1 2 года назад

    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!

  • @brokercl
    @brokercl 2 года назад

    Hi Hohannes, I'm trying the Get package to use with firebase, and till now ???, great video, greetings

  • @SayedAymaan
    @SayedAymaan 2 года назад +2

    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 ;)

    • @SayedAymaan
      @SayedAymaan 2 года назад +1

      @@HeyFlutter Thank you so much !

    • @HeyFlutter
      @HeyFlutter  2 года назад

      Thank You Sayed Aymaan! Follow this link: medium.com/@debnathakash8/firebase-cloud-storage-with-flutter-aad7de6c4314
      I hope you will get your answer 🙂

  • @55ramya55
    @55ramya55 2 года назад

    Hello there... !! ...Could you please make a video on how to upload multiple files at once to
    firebase ? Thanks in advance 😃😃

    • @55ramya55
      @55ramya55 2 года назад

      @@HeyFlutter Ok.. 😄 Thanks for your reply

  • @AjilSathyanLMCEC
    @AjilSathyanLMCEC 3 года назад +2

    Sir please continue with Firebase tutorials . Like email and password.
    Google sign in
    Facebook
    Mobile no with OTP login
    .....
    Can we expect this?

    • @AjilSathyanLMCEC
      @AjilSathyanLMCEC 3 года назад

      @@HeyFlutter thanks your reply Sir ❣️❣️❣️. Lots of love from INDIA 🇮🇳

    • @HeyFlutter
      @HeyFlutter  2 года назад

      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

  • @jacktherobot4210
    @jacktherobot4210 2 года назад

    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

  • @birg1179
    @birg1179 2 года назад

    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?

    • @HeyFlutter
      @HeyFlutter  2 года назад

      Thank You Birg 11! Follow this link: stackoverflow.com/questions/64384815/flutter-imagepicker-pickvideo-return-jpg
      I hope you will get your answer 🙂

  • @isiakamfugale3621
    @isiakamfugale3621 2 года назад

    Bro it seems like the process is async but why the method put file is not of Future type

  • @codegeass2333
    @codegeass2333 2 года назад

    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 ,

    • @HeyFlutter
      @HeyFlutter  2 года назад

      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 🙂

  • @parthgosalia8216
    @parthgosalia8216 3 года назад

    after selecting the file the text still shows no files selected

  • @omarfahim4177
    @omarfahim4177 2 года назад

    what to do in firebase for production then ?

  • @fenerbahceliyk
    @fenerbahceliyk 3 года назад

    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?

    • @HeyFlutter
      @HeyFlutter  2 года назад

      Thank you, Arya the Lioness! Check out this video about google sign in: ruclips.net/video/1k-gITZA9CI/видео.html&ab_channel=JohannesMilke

  • @rivella99
    @rivella99 2 года назад +1

    I guess using FlutterFire's Cloud Storage plugin all the setup steps presented here are not necessary anymore, right?

    • @rivella99
      @rivella99 2 года назад

      @@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?

  • @yasithsamarawickrama1683
    @yasithsamarawickrama1683 3 года назад

    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

    • @HeyFlutter
      @HeyFlutter  2 года назад +1

      Thank you, Yasith Samarawickrama! 🙂 you can easily achieve it by using loop and upload multiple images

  • @wahyualfandi611
    @wahyualfandi611 3 года назад

    how to get the image url after upload is complete?

  • @emirhan2070
    @emirhan2070 2 года назад

    I cant upload pdf to storage. In FirebaseApi class, it doesnt read below from '''final ref = FirebaseStorage.instance.ref(destination);'''

    • @HeyFlutter
      @HeyFlutter  2 года назад

      Thank you, Emirhan! 🙂. Kindly share the error message here.

    • @emirhan2070
      @emirhan2070 2 года назад

      @@HeyFlutter There is no error message. But In FirebaseAPI it is going in catch not try.

    • @emirhan2070
      @emirhan2070 2 года назад

      I initilized firebase at main WidgetsFlutterBinding.ensureinitilazing but cant access firebase i guess.

  • @rutuja7293
    @rutuja7293 3 года назад +1

    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

    • @rutuja7293
      @rutuja7293 3 года назад

      @@HeyFlutter Thank you

  • @trieucanquang8040
    @trieucanquang8040 3 года назад +2

    why do i get "basename" error?

    • @PanaraStudios
      @PanaraStudios 2 года назад +1

      import package path

    • @HeyFlutter
      @HeyFlutter  2 года назад

      Hello, Triều Cấn! Follow this link: www.kindacode.com/article/flutter-firebase-storage/, I hope it will solve your problem. Thank You 🙂

  • @rajithasandeera5857
    @rajithasandeera5857 2 года назад

    The basename isnt define for the class _mainstate how can
    I solve this problm

    • @HeyFlutter
      @HeyFlutter  2 года назад

      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 🙂

  • @alicea161
    @alicea161 3 года назад

    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?

    • @HeyFlutter
      @HeyFlutter  2 года назад +1

      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

  • @mithson
    @mithson 3 года назад

    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

    • @HeyFlutter
      @HeyFlutter  2 года назад

      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 🙂

  • @earmarques1
    @earmarques1 2 года назад

    Great. But, Is it possible to upload from flutter web app?

  • @mydrama6980
    @mydrama6980 2 года назад

    you didn't use the uploadBytes method,how did it upload with progress then?

    • @mydrama6980
      @mydrama6980 2 года назад

      @@HeyFlutter Okay Johannes thank you a lot. By the way I really like your videos!

  • @dewanderers
    @dewanderers 3 года назад

    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().....

    • @HeyFlutter
      @HeyFlutter  2 года назад

      Thanks, for your support, Mian Muhammad Anwar! 🙂
      It's only warnings, that won't break anything, you can safely ignore them

  • @emmanuelopareadjei6995
    @emmanuelopareadjei6995 2 года назад

    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.

    • @HeyFlutter
      @HeyFlutter  2 года назад

      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 🙂

  • @hashankannangara8723
    @hashankannangara8723 3 года назад

    Can you do a video series for GetX state management (or Riverpod)

  • @kuldeepsaini135
    @kuldeepsaini135 2 года назад

    file picker is not working with my code any alternative of it..

    • @HeyFlutter
      @HeyFlutter  2 года назад

      Thank You kuldeep saini! Follow this link: fluttergems.dev/file-picker/
      I hope you will get your answer 🙂

  • @aissoumonder3518
    @aissoumonder3518 3 года назад

    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

    • @aissoumonder3518
      @aissoumonder3518 3 года назад

      @@HeyFlutter can you add a video how to share the file selected on a page which any other user can see it

  • @asbelfernandez3081
    @asbelfernandez3081 3 года назад

    I would like to know how to fire uploadfile even if the file is null. I would greatly appreciate your answer.

    • @asbelfernandez3081
      @asbelfernandez3081 3 года назад

      @@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.

  • @andykid14
    @andykid14 3 года назад

    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??

    • @andykid14
      @andykid14 3 года назад

      @@HeyFlutter you're a genius man, thank you

    • @HeyFlutter
      @HeyFlutter  2 года назад +1

      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

  • @bengisukubra9397
    @bengisukubra9397 3 года назад

    I am trying to do this for ages T-T

  • @mohammedhamdan5323
    @mohammedhamdan5323 3 года назад

    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

    • @mohammedhamdan5323
      @mohammedhamdan5323 3 года назад

      @@HeyFlutter lol this was was my question since 3 years , but thanks

    • @HeyFlutter
      @HeyFlutter  2 года назад

      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 🙂

  • @prakhyavrajesh
    @prakhyavrajesh 2 года назад

    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?

    • @prakhyavrajesh
      @prakhyavrajesh 2 года назад

      @@HeyFlutter How would we play the videos we fetch from firebase database inside our flutter app?

    • @HeyFlutter
      @HeyFlutter  2 года назад

      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

  • @thegymteachersgrandma
    @thegymteachersgrandma 2 года назад

    just asking, but can't you just use a normal elevated button?

    • @thegymteachersgrandma
      @thegymteachersgrandma 2 года назад

      @@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

    • @HeyFlutter
      @HeyFlutter  2 года назад

      Thank you, Aiden Pierce! 🙂. You can use it. I am just trying to teach different ways of achieving a single task

  • @wellingtonferreira8269
    @wellingtonferreira8269 3 года назад

    nice job but how to select multiple files and upload them?

  • @fgghgfjklhgg9118
    @fgghgfjklhgg9118 3 года назад

    thanks but does File_Picker package allow to open phone camera and take video&photos too ?

    • @fgghgfjklhgg9118
      @fgghgfjklhgg9118 3 года назад

      @@HeyFlutter this allow for either video or camera .. it is don't open two together

    • @HeyFlutter
      @HeyFlutter  2 года назад

      Thank you, fgghgf jklhgg! 🙂 you can achieve this by using this package : pub.dev/packages/image_picker

  • @wafaabbas8582
    @wafaabbas8582 Год назад

    wow....

  • @farida9945
    @farida9945 Год назад

    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
      @HeyFlutter  Год назад +1

      Thanks for the idea Farida 😀, i have added it in my list of future videos

    • @farida9945
      @farida9945 Год назад

      Thank you very much and I hope it will be soon

  • @rishikashetty5292
    @rishikashetty5292 2 года назад

    How to make the same project work on web?

    • @HeyFlutter
      @HeyFlutter  2 года назад

      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

  • @salarydost8147
    @salarydost8147 2 года назад

    How can we achieve same using http package.??

    • @HeyFlutter
      @HeyFlutter  2 года назад

      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 🙂

  • @patrickwitter4437
    @patrickwitter4437 3 года назад

    3:28 . What would I set it to If I was making a production app ?

    • @patrickwitter4437
      @patrickwitter4437 3 года назад

      @@HeyFlutter Thnx man

    • @HeyFlutter
      @HeyFlutter  2 года назад

      Thank You Patrick Witter! Follow this link: firebase.google.com/docs/rules
      I hope you will get your answer 🙂

  • @GauravKumar-lx5vn
    @GauravKumar-lx5vn 2 года назад

    What to do if we want to use this in production???

    • @anthonysanchez119
      @anthonysanchez119 2 года назад

      @@HeyFlutter i love you teaching videos

    • @HeyFlutter
      @HeyFlutter  2 года назад +1

      Thank You Gaurav Kumar! Follow this link: docs.flutter.dev/deployment/android
      I hope you will get your answer 🙂

  • @yatinkalola1285
    @yatinkalola1285 2 года назад

    How to filename remove on submit?

    • @HeyFlutter
      @HeyFlutter  2 года назад

      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 🙂

  • @priyankshir3074
    @priyankshir3074 3 года назад

    sir, how to clear the progress indicator once the file has been uploaded?

    • @priyankshir3074
      @priyankshir3074 3 года назад

      @@HeyFlutter thanks a lot sir 😊

    • @HeyFlutter
      @HeyFlutter  2 года назад

      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 🙂

  • @dahomtech1372
    @dahomtech1372 Год назад

    I need this with Laravel api

  • @sanaboby5175
    @sanaboby5175 3 года назад

    how to display images on mobile screen after upload on firebase using flutter

  • @saravanaprasadk8238
    @saravanaprasadk8238 2 года назад

    I need Mu;lti file Pick to upload firebase storage code

  • @tusharsoni5136
    @tusharsoni5136 3 года назад

    Bro make on inAppMessaging with flutter firebase

  • @ashwithchandra2622
    @ashwithchandra2622 2 года назад

    what is basename??

    • @HeyFlutter
      @HeyFlutter  2 года назад

      Thank You ashwith chandra! Follow this link: stackoverflow.com/questions/51857796/flutter-upload-image-to-firebase-storage
      I hope you will get your answer 🙂

  • @ninehichem5037
    @ninehichem5037 3 года назад

    i repeated everything like 3 times but stil can't upload images

    • @ninehichem5037
      @ninehichem5037 3 года назад

      @@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 😅

    • @ninehichem5037
      @ninehichem5037 3 года назад

      @@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

    • @HeyFlutter
      @HeyFlutter  2 года назад

      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

  • @atlantis_expedition_member4747
    @atlantis_expedition_member4747 3 года назад

    Is it just me or is uploading multiple images to Firebase Storage is extremely very slow?

    • @vaibhavkarthik6659
      @vaibhavkarthik6659 3 года назад +1

      @@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

  • @jonathanmunday9210
    @jonathanmunday9210 3 года назад +1

    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?)

    • @HeyFlutter
      @HeyFlutter  2 года назад

      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

    • @jonathanmunday9210
      @jonathanmunday9210 2 года назад

      @@HeyFlutter thanks for replying but I eventually got it, I still owe you big time for all your help.

  • @princegevariya2147
    @princegevariya2147 2 года назад

    Thoko Tali mera chal gaya