Christoph Emrich
 · Empirome Software Studios

Show picture uploaded to Supabase bucket

Integrations

Hi all, I searched the already existing discussions but could not find anything that would help.

I have a Supabase bucket 'user_uploads', it's a private bucket and the policies I have set are SELECT, INSERT, UPDATE & DELETE for authenticated users.

In FlutterFlow I manage to upload a picture (jpeg file) to that bucket and the UploadedFileURL is returned: https://[myprojectid].supabase.co/storage/v1/object/public/user_uploads/profile_pictures/26436346437485.jpeg

How can I show this picture now in my app? The user is authenticated through Supabase but the picture does not show with this URL, nor does it show when I replace '/public/' in the URL with '/authenticated/'. I have an image widget and I'd like to feed that widget with the proper URL.

What have you tried so far?

Tried replacing 'public' in the URL with 'authenticated'.

Did you check FlutterFlow's Documentation for this topic?
Yes
4
3 replies