7hacker
7hacker

Reputation: 1978

Firebase passwordless authentication by modifying the emailVerified property?

I am using Firebase's email + password Auth system.

I have a use case(passwordless auth) where I'd like to verify the user's email a second time.
So assuming they already had their email verified once, I'd like to:

How can I achieve this?

[Edited]

More description if it helps:

Im trying to do Passwordless Authentication. Maybe this is not possible on Firebase and I'd have to use something like auth0

I have only 2 flows.

Flow 1: Sign Up

Flow 2: Login

Upvotes: 0

Views: 1361

Answers (1)

7hacker
7hacker

Reputation: 1978

I dont think a true passwordless email-auth system is possible in Firebase. Im going to instead do this with Auth0

Upvotes: 1

Related Questions