How do you make a user App Admin

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