Skip to content

createUserWithEmailAndPassword creates a user with a verified email #97

Description

@gintautassulskus

The createUserWithEmailAndPassword method creates a user with a verified email.

Given:

mockFirebaseAuth.createUserWithEmailAndPassword(email: "email@email.com", password: "password");

I get mockFirebaseAuth.currentUser with _isEmailVerified = true, but expect false - email verification is yet to happen.

Is such behavoir expected?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions