Update understanding-firebase-auth.md
This commit is contained in:
parent
ec0dbb267f
commit
b0de51d724
|
@ -64,7 +64,7 @@ firebase.auth().createUserAndRetrieveDataWithEmailAndPassword('jim.bob@gmail.com
|
|||
console.log('New User', user);
|
||||
})
|
||||
.catch((error) => {
|
||||
console.error('Woops, something went wrong!, error);
|
||||
console.error('Woops, something went wrong!', error);
|
||||
});
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue