eyk
08/12/2021, 6:30 PMsupabaseAdmin.auth.getUserByEmail(email)
or supabaseAdmin.from("auth.users").select("id").eq("email", email)
?burggraf
08/12/2021, 7:04 PMPostgreSQL function
to do this (it would need to be a security definer
function or it would need to be given explicit access to view the auth
schema. Then it could get what you need and return it to the client.