Hi,
I want users to upload a profile pic, but I don't want the images to be available outside of authenticated users.
How should I accomplish this?
I already set up the button to upload an image, but how can I create the signed URL from flutterflow or supabase when saving the image URL to a database row?