what is RLS security ... ?????

const data = await supabase.from("test").select("*");
console.log(data);

{ error: null, data: [], count: null, status: 200, statusText: 'OK' }
#faq
Was this page helpful?