what should my policy look like?
hey guys, if i'm using the auth schema that supabase uses for users table, change a specific user's role to 'admin'. The users are signing up through a provider of that adds anything.
what should my policy look like so that only an admin is able to interact with my bucket?
here's what i have and i can't get it to work when i try uploading:
i keep getting the following error when uploading from my page.svelte file:
```"new row violates row-level security p
what should my policy look like so that only an admin is able to interact with my bucket?
here's what i have and i can't get it to work when i try uploading:
i keep getting the following error when uploading from my page.svelte file:
```"new row violates row-level security p