Hi,
Anyone here as a better understanding about how to create a user in express.js??? I tried to follow the code in the docs but no success
firebase.auth().createUserWithEmailAndPassword(email, password).catch(function(error) {
// Handle Errors here.
var errorCode = error.code;
var errorMessage = error.message;
// ...
});It says...firebase.auth().createUserWith...is not a function. Probably because I'm using the code for web and no server? Anyways, tried to follow the server code but no luck following the steps, it's a little confusing for me.
Someone can help a little, dont need the step by step but at least a push.
Thanks