feat: introduce firebase authentication

This commit is contained in:
Ali BARIN
2021-10-24 01:02:34 +02:00
parent 2eeeeb0028
commit 17907a288c
8 changed files with 500 additions and 11 deletions

12
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch server-side",
"type": "node-terminal",
"request": "launch",
"cwd": "${workspaceFolder}/packages/backend",
"command": "yarn dev"
}
]
}