We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
const res = await createUserWithEmailAndPassword (auth,email,password) this code doesnt work and display that 'auth is not defined'
i tried importing 'auth' using " import { auth } from '../../lib/firebase'; " but then the website doesnt load and shows the
The text was updated successfully, but these errors were encountered:
When u write auth there are option available click on auth option it will import that library
Sorry, something went wrong.
The error message is clear: your api key is not valid or you don't wrote it in firebase.js file.
No branches or pull requests
const res = await createUserWithEmailAndPassword (auth,email,password)
this code doesnt work and display that 'auth is not defined'
i tried importing 'auth' using " import { auth } from '../../lib/firebase'; " but then the website doesnt load and shows the
The text was updated successfully, but these errors were encountered: