-
Notifications
You must be signed in to change notification settings - Fork 276
Closed
Description
| const email = error.email; |
I followed guide on Login with Facebook, but kept getting auth/missing-identifier error, the error is not well documented. It happens when the email passed into fetchSignInMethodsForEmail is empty. And it turns out the reason for that is the way to fetch email from document is wrong.
Email should be fetched as:
const email = error.customData.emailPlease update the docs so that no other developers are confused
ynonra
Metadata
Metadata
Assignees
Labels
No labels