Hi, is there a way to get signedUrls of mediapaths inside Supabase?
My API calls a supabase function. The function is created in SQL to return a table, with mediapaths, but then I have to sign it inside my app code, store it, and use it from there which is like a 10-step process that's quite hard to wrap my head around every time I have to do it.
Since I'm already returning mediapaths, how can I get them signed as part of the SQL code that creates the function, so I'm already returning signed mediapaths?
That would be HUGE