Client vs server-side database queries with Supabase
Using a Supabase client with NextJS is it secure to use the client to make database calls from the client side or should database calls still only be made from server side? I know some actions are fine to do from the client such as
auth related stuff.