Replace/Update an image on Firebase storage from Flutter

Поділитися
Вставка
  • Опубліковано 3 січ 2025

КОМЕНТАРІ •

  • @justdoit5876
    @justdoit5876 Рік тому

    does old image get deleted when updated with new one?

    • @droidmonk4820
      @droidmonk4820  Рік тому

      Yes, ua-cam.com/video/t0nWkruqFO4/v-deo.html
      Sorry for the delay in responding. Stay connected.

  • @angelascott6935
    @angelascott6935 Рік тому

    hi when I click to update I get this error ======== Exception caught by image resource service ================================================
    The following ArgumentError was thrown resolving an image codec:
    Invalid argument(s): No host specified in URI file:///

  • @dilajbar8796
    @dilajbar8796 2 роки тому +1

    Great tutorial 😍😍

  • @devashishkhurana5915
    @devashishkhurana5915 Рік тому

    Hey great video! However I was able to update my image only once and if I went to update that same image again the url becomes an empty string, what should I do?

    • @droidmonk4820
      @droidmonk4820  Рік тому

      I will get back to you, if I can replicate the issue. Thanks for commenting.

  • @abdulmunim3634
    @abdulmunim3634 Рік тому

    man your the OG

  • @HADI-oh2mu
    @HADI-oh2mu 2 роки тому

    How can I display the image when I press on the name of the image

    • @droidmonk4820
      @droidmonk4820  2 роки тому +1

      If I am getting you right then- you are trying to display the image a little larger and in kind of a details page, right!
      -> Load the details page on tapping the widget you want.
      -> You can simply pass the URL to any widget you want, and use an ImageView in that widget.

    • @HADI-oh2mu
      @HADI-oh2mu 2 роки тому

      @@droidmonk4820 exactly what i want thank and is there any video about the uploading image project

    • @HADI-oh2mu
      @HADI-oh2mu 2 роки тому

      can i have your Instagram؟

    • @droidmonk4820
      @droidmonk4820  2 роки тому +1

      In this video I am showing exactly how to upload an image to Firebase storage..
      ua-cam.com/video/u52TWx41oU4/v-deo.html
      This one on how to work with Firestore database-
      ua-cam.com/video/Oc3gjKzTxCU/v-deo.html

    • @droidmonk4820
      @droidmonk4820  2 роки тому +1

      Let connect on Linkedin, as I check this regularly:
      www.linkedin.com/in/gitanjal/

  • @ravindrametri1681
    @ravindrametri1681 2 роки тому

    Make the video on , in list on click image to zoom image

    • @droidmonk4820
      @droidmonk4820  2 роки тому +1

      If I am getting you right then -- you want to open the image in a new page, right? (Like a profile page or something similar)

    • @ravindrametri1681
      @ravindrametri1681 2 роки тому

      @@droidmonk4820 yes, and also user can zoom, not profile page, i want open in new page and allow users to zoom with fingers

  • @sameel2531
    @sameel2531 Рік тому

    source code

    • @droidmonk4820
      @droidmonk4820  Рік тому

      Consider the code below as the reference and follow the tutorial.
      github.com/gitanjal/flutterfirebasedemo/tree/update_image_firebase_storage