ChatApp
ChatApp copied to clipboard
Cant signup
Why do I get this error when I try to click the signup button? Copied the Firebase config straight from my firebase
Following
Hey @rhahudson1,
- Check your firebase configurations: Make sure you have Authentication set up and sign-in with email/password enabled on your firebase project console.
- Check your environment variables: Try logging them and see if they are working properly. You also might have to match variable names in your
.env
file with the ones inextra
inside theapp.config.js
file.