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

256
Views
Angular/Firebase/Password

I have an angular project set up with Firebase. I have a Create user form. It works perfectly when I create the user, and it displayed in firebase Users

But when I try to log in, it says the password is incorrect. But I 100% sure the password is correct.

Can someone explain to me how is this possible or where is my mistake?

onLogin() {
  let email: string = this.loginForm.get('email').value;
  let password: string = this.loginForm.get('password').value; 
  this.auth.signInWithEmailAndPassword(email,password).then(
    () => {
      this.router.navigate(['home'])
    }
  )
}
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!