fetch / update / delete images from supabase bucket

Database & APIs

So I got all those beautiful images in a bucket in supabase. Uploading them works like a charm. All sorted in folders according to the users ID. The question is now, how can I access them from FF?


1st I'd like to realize an image gallery, how can I fetch all the images in the buckets folder

2nd How can I access a specific image to delete or alter it?

Thanks in advance,

Mike

What have you tried so far?

Fetch them on page load into a AppValues list -> no option to access them

Fetch them within a rows creating children option, to create the gallery like in firebase -> no options to access them

Searched up and down the mighty google oracle -> everything, but a solution

Did you check FlutterFlow's Documentation for this topic?
Yes
1 reply