Upload Image to Local State & Firebase - Reduce stored data usage and cost!

Поділитися
Вставка
  • Опубліковано 27 вер 2024

КОМЕНТАРІ • 36

  • @happyboss555
    @happyboss555 7 місяців тому +6

    Hi Steven, 4:28 I tried to upload multiple images with more actions and it shows "Cannot have multiple upload files in the same node." How can I solve this, Thank you 🙏

  • @orianatoubia681
    @orianatoubia681 25 днів тому

    thank you! best tutorial on this

  • @valirmasha4718
    @valirmasha4718 11 місяців тому

    Oh, thank you Steven. You solved my mystery. Looking y'r very good at FF. pls do more. I really enjoy to learn from you.

    • @StevenNoCode
      @StevenNoCode  11 місяців тому +1

      Thank you for the kind words :)

    • @AutomationWithSholz
      @AutomationWithSholz 11 місяців тому

      Weldone Steven

    • @valirmasha4718
      @valirmasha4718 11 місяців тому

      @@StevenNoCodebro. I follow this method but don’t work with video.

  • @jamilnausale4508
    @jamilnausale4508 9 місяців тому

    Worked on the first try, amazing tutorial!!!!

  • @imhoffquentin
    @imhoffquentin 10 місяців тому +1

    thank you very much for your content! Could you do a tutorial on adding several photos to a document using copy and paste? like on trello when you paste an image on a card. 🙌

  • @toddherron4832
    @toddherron4832 10 місяців тому

    Great tutorial. Could you do one that explains how to use the Blurred Hash?

  • @MarcioFranco
    @MarcioFranco 8 місяців тому

    Great video! i notice i little bug on FF, this function doesn´t works with circular image widget.

  • @dominiccogan945
    @dominiccogan945 7 місяців тому

    that options not showing up for me....

  • @DimitriKampouridis
    @DimitriKampouridis 10 місяців тому +1

    Hey Steven, you are a very good teacher, the way you explain is super clear ! I did the tutorial twice and something is wrong but I cannot understand what. The picture is uploaded in Firestore Storage but it is not updated in the database and thus not displayed in the circle image (photo_url). Do you have any idea what could be the issue here? Thank you

    • @salahmohamed5678
      @salahmohamed5678 9 місяців тому +1

      Here there, I don’t know if still facing this, but today i found out that it wont be shown in circular image, but with normal image widget it will, you can still convert it to circle by giving it big number on radius.

    • @DimitriKampouridis
      @DimitriKampouridis 8 місяців тому +1

      @@salahmohamed5678 thank you for your response man, I appreciate!

  • @greyrhinogroup2641
    @greyrhinogroup2641 4 місяці тому

    This is very helpful but how about you upload multiple images? Are you going to set the db as string? How do you display the images (before upload) and store the url in the db?

  • @SurajPandya
    @SurajPandya 8 місяців тому

    What if we have two images to upload? For instance Profile and cover.

  • @MarkuZuan23
    @MarkuZuan23 25 днів тому

    Good day! Thanks for the help, but I have one question. May I ask on how'd you get the "User Reference" option in Authenticated User?

    • @StevenNoCode
      @StevenNoCode  24 дні тому +1

      Authenticated user always has the user reference. If you select authenticated user > reference. That's it. Make sure you have authentication enabled.

    • @MarkuZuan23
      @MarkuZuan23 21 день тому

      @@StevenNoCode Thanks, it's a big help for me.

  • @AutomationWithSholz
    @AutomationWithSholz 11 місяців тому

    Super awesome 👍😎

  • @buildingsomething1
    @buildingsomething1 10 місяців тому

    @itsstevenliu Another great use case for doing this is to check the file size of the image before uploading. Is there a way of going this and then choosing to use the compression option only if it's over a certain size?

  • @prakashm.s8134
    @prakashm.s8134 7 місяців тому

    Thanks

  • @abdoulayeDiallo-ed2ze
    @abdoulayeDiallo-ed2ze 6 місяців тому

    if you reupload a second image it will stack a new photo. how to add only 1 in storage

  • @sujanalius
    @sujanalius 7 місяців тому

    Hi Steven, if the image is on the local state, and let's stay that you navigate out of the page (without deliberately deleting the uploaded image from the Action logic), does it stay there, or will it be deleted automatically? I'm asking this because I'm trying to clear the uploaded image from a custom Dialog, but the option to clear uploaded data is not available.

    • @StevenNoCode
      @StevenNoCode  7 місяців тому

      Hey, page state it clears as soon as you exit. App state stays.

    • @sujanalius
      @sujanalius 7 місяців тому

      Hi @itsStevenLiu, thanks for the prompt reply; when I upload the image locally, it's written "Local Upload (Widget State)". So, upon exiting the page, it will clear automatically, yes?

  • @Prvzn
    @Prvzn 11 місяців тому +1

    Would be nice to see about login options as well..and how we can integrate with firebase..great content!!!

  • @Arnoldmontuya-q9c
    @Arnoldmontuya-q9c 3 місяці тому

    can you make a tutorial to show all storage data in the flutter flow in listveiw

    • @StevenNoCode
      @StevenNoCode  3 місяці тому

      What kind of storage data are you looking for? Like images? PDF? etc.

  • @KathySierraVideo
    @KathySierraVideo 10 місяців тому

    Thank-you so much! Now I would love to see the exact same tutorial but using supabase :) (though I'm assuming most of it is virtually the same...)

  • @uc-elroczy7880
    @uc-elroczy7880 7 місяців тому

    how do you upload multiple images and delete a few before uploading

  • @JaredBohlmann-s4u
    @JaredBohlmann-s4u 11 місяців тому

    Loving the channel and content Steven thank you! Any chance you can do a tutorial on differences between Query Types when feeding info and parameters etc

  • @curtreed2892
    @curtreed2892 10 місяців тому

    Hi Steven, do you have any idea how to overwrite the original uploaded image? I want to streamline firebase storage per user, so if the user chooses another profile pic other than the corgi, as per your example, it will overwrite the corgi and not generate a new file path and token, essentially adding another file to firebase storage

    • @StevenNoCode
      @StevenNoCode  10 місяців тому

      Check out this custom action that has been proposed previously. Should do what you’re looking for. Delete user’s profile picture (if exist) and then upload the new profile picture
      community.flutterflow.io/c/community-custom-widgets/post/delete-files-from-storage-firebase-R4CDZZSBCIciq0H