Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to create account #30

Open
carlyjames opened this issue Dec 6, 2022 · 3 comments
Open

Failed to create account #30

carlyjames opened this issue Dec 6, 2022 · 3 comments

Comments

@carlyjames
Copy link

i keep getting 'failed to create account while signing up'

@errorhandlee
Copy link

Did you resolve it

@errorhandlee
Copy link

I am also getting the same error. Can you help me out

@prajwalzingare
Copy link

got the solution put in the strong password then it will create account don't put 1234 it will give an error and you can check the error by writing following code

return createUserWithEmailAndPassword(auth, email, password)
.then((user) => {
console.log(user);
})
.catch((error) => {
console.log(error);
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants