• Signs up a user using email, password, and name if they are not found.

    Parameters

    • email: string

      User's email address.

    • password: string

      User's password.

    Returns Promise<void>