question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Email/Password sign-up bug

See original GitHub issue

Steps to reproduce:

  • Register new profile using email/password authentication
  • Send email verification
  • Verify email
  • Try to sign-in (all the steps up to here should be done without reloading the app)

Result: After signing-in, the authentication state has the following data:

emailVerified: false
loading: false
profile: undefined
roles: null
uid: "foo-bar"

Expected result: the state should be updated correctly with correct value for emailVerified and profile. I imagine this happens because after email verification cred.additionalUserInfo.isNewUser is set to false.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
fritzschoffcommented, Sep 16, 2020

new version is out. 3.1.3

1reaction
fritzschoffcommented, Sep 15, 2020

Thanks for reporting, looking into it! And yes you are right. isNewUser is only set to true when you “register” so to say.

Read more comments on GitHub >

github_iconTop Results From Across the Web

“Password incorrect” error - Google Account Help
Sometimes you'll see a "Password incorrect" error when you sign in to Google with a third-party app, like Apple's Mail app, Mozilla Thunderbird, ......
Read more >
Why can't I sign in to my mail.com email account?
There are three primary reasons that you may not be able to log in to your mail.com account: incorrect login credentials, a problem...
Read more >
Email / Password Not Recognized (Log In Issue)
The first thing you'll want to check is that you have registered a Kognito account.
Read more >
I get an error when I try to create my account. Why? - Help
If, after attempting to create an account in the app our on our Sign-Up Page, you receive an error, find the error below...
Read more >
auth.signUp() doesn't error for existing accounts - security ...
Try to sign up again with the same email using any password you want. Try asdfasdfasdf if you want! You will get an...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found