Admin-user permissions in Supabase with RLS
I struggled to find simple and working implementation or guides for this super-common use case in Supabase:
You have a table with some use generated data.
Users can add data to this table and read and write only the data they added.
Admin users (who ...
akoskm.com6 min read
Emmanuel Uzoezie
i'm a frontend developer
Well written article, will be needing this for a project I want to start building. Thanks for sharing Akos.