How to: Admin panel to control users on Supabase?

How do I create a data table that allows me to see all users and update some of their properties from within WeWeb using Supabase?

Thx,
T.

You’ll need to use PGSQL Stored Procedures, or Edge Functions, since you’ll need to use the Service Role Privileges. Or you could make this through an intermediary users table in the public schema - depends on your usecase.