I'm trying to model a profile with an profile picture. Would the best way to do this be to store the profile picture in a bucket, and save that url in the table to access it?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
I save the path to the storage item. If public bucket it is easy to get the URL with that. If a private bucket then you need the path to get a signedUrl anyway.