Closed
Description
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.email
Please update the docs so that no other developers are confused
Metadata
Metadata
Assignees
Labels
No labels