Add database integration

This commit is contained in:
2022-10-29 17:47:45 +02:00
parent 2f4291207c
commit 2106b2a887
3 changed files with 29 additions and 9 deletions

View File

@@ -163,7 +163,6 @@ export default {
createUserWithEmailAndPassword(this.$auth, this.email, this.password)
.then((userCredential) => {
// TODO: database integration
// User signed up successfully.
// The authentication state observer will redirect the user to the main page (dashboard),
// see pages/index.vue