Initial database structure and migrations, login flow, refactor main page.

This commit is contained in:
Patrick Fic
2020-10-13 17:45:36 -07:00
parent abfb91d55f
commit 030f0b7a90
71 changed files with 5331 additions and 387 deletions

7
firebase/firebase.json Normal file
View File

@@ -0,0 +1,7 @@
{
"functions": {
"predeploy": [
"npm --prefix \"$RESOURCE_DIR\" run lint"
]
}
}