i need to read specific data from table if not logged in also
I was diabled RLS policy, added new policy like this
alter policy “new”
on “public”.”palettes”
to anon
using (
true
);
i need to read specific data from table if not logged in also
New contributor
Manishakoirala G is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.