createUserWithEmail
abstract suspend fun createUserWithEmail(builder: AdminUserBuilder.Email.() -> Unit): UserInfo(source)
Creates a new user using an email and password
Return
the newly created user
Creates a new user using an email and password
the newly created user