Function works without RLS enabled. Have attempted: (uid() = user_id).
CREATE POLICY "Enable all actions for users based on user_id" ON "public"."board"AS PERMISSIVE FOR ALLTO publicUSING ((uid() = user_id))WITH CHECK ((uid() = user_id))
CREATE POLICY "Enable all actions for users based on user_id" ON "public"."board"AS PERMISSIVE FOR ALLTO publicUSING ((uid() = user_id))WITH CHECK ((uid() = user_id))
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.