fix: firebase config

This commit is contained in:
xavidop
2025-07-21 14:12:08 +02:00
parent 5db6da10f3
commit 5a5b279c4a
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"projects": {
"default": "demo-app"
"default": "cardex-1mapj"
}
}
+11
View File
@@ -3,6 +3,17 @@
"rules": "firestore.rules",
"indexes": "firestore.indexes.json"
},
"apphosting": {
"backendId": "studio",
"rootDir": "/",
"ignore": [
"node_modules",
".git",
"firebase-debug.log",
"firebase-debug.*.log",
"functions"
]
},
"emulators": {
"auth": {
"port": 9099,