This commit is contained in:
2023-01-23 19:17:55 +01:00
parent 097b1ab25c
commit 1d98c55166
8 changed files with 184 additions and 0 deletions

25
firebase.json Normal file
View File

@@ -0,0 +1,25 @@
{
"database": {
"rules": "database.rules.json"
},
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
},
"emulators": {
"database": {
"port": 9000
},
"hosting": {
"port": 5000
},
"ui": {
"enabled": true
},
"singleProjectMode": true
}
}