How do I give an edge function similar functionality to a SQL function on supabase with role definer
Creating an edge function to handle some game actions, how can I give this function the service role safely, in order to bypass RLS for the tables it is accessing.
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.