ilbert
07/25/2022, 7:49 PMauth.users table from client libraries. The only solution I found was to create a public.profiles table (with a user_id foreign key that points to auth.users id field) and add an email field along with other custom data associated to the user, but this way I can't leverage on Supabase Auth's email confirmation. Does someone have some advice on how to do it better?