Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

83
Views
currentUser.emailVerified is false after successful applyActionCode - Firebase version 9

I updated an angular app from firebase.js version 8 to 9 and i'm struggling with an issue when verifying the user's email.

A custom email verification link is generated and sended to the user's email. Then, when the user access the link i apply the oobCode with the following code.

 public async verifyEmail(actionCode: string): Promise<void> {
    await applyActionCode(this.firebaseAuth, actionCode);
    console.log(await this.firebaseAuth.currentUser);
    }
  }

The problem is that, after aplying the action code, in the console the currentUser.emailVerified == false.

To get the user to have the emailVerified == true i have to logout and login again. After refreshing the token with getIdTokenResult(this.firebaseAuth.currentUser, true) emailVerified is still false.

Here is the firebase initialization

 this.firebaseApp = initializeApp(config);
 this.firebaseAuth = getAuth(this.firebaseApp);

I found this issue that is similar https://github.com/invertase/react-native-firebase/issues/3597 but it didn't help.

Is this a normal behavior in version 9?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!