Initiates the sign in flow with an email.
The options for the sign in.
The result of the sign in.
const result = await signInWithEmail({ email: "user@example.com"}); Copy
const result = await signInWithEmail({ email: "user@example.com"});
Initiates the sign in flow with an email.