arnu515
08/17/2021, 2:16 PMjs
await supabase.from("integrations").select();
And here's the policy:
sql
CREATE POLICY "Don't allow anyone to read" ON public.integrations USING (false);
Thanks for your time, and please ping me 🙂silentworks
08/17/2021, 2:47 PMarnu515
08/17/2021, 3:47 PMarnu515
08/17/2021, 3:47 PMsilentworks
08/17/2021, 8:16 PM