• Creates an account with basic email-password authentication.

    Parameters

    • email: string

      The users email.

    • password: string

      The users password.

    • Optional callbackStateVariable: Variable

      The variable where to store the result.

    Returns Promise<void>