How do you make a user App Admin
- Go to the
users
table in the supabase dashboard in the Authentication section - Get the user uuid from the user you want to make an admin. It is the last column.
- In the supabase SQL editor type the following command
select * from make_user_app_admin(user_id);