create policy "Can view own user data." on users for select using (auth.uid() = id); create policy "Can update own user data." on users for update using (auth.uid() = id); * This trigger automatically ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results