Get user by id.
getUserById()
auth.users.id
final res = await supabase.auth.admin.getUserById(userId); final user = res.user;