Hello, I'm trying to add a policy for anyone to post to public.hosts.
But I just don't seem to get it working. Can you please point me in the right direction. I'm attaching images/code please tell me if you need more info.
CREATE POLICY "policy_name"ON public.hostsFOR INSERT USING ( true);
CREATE POLICY "policy_name"ON public.hostsFOR INSERT USING ( true);
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.