mirror of
https://github.com/xavidop/cardex.git
synced 2026-09-04 09:13:28 +00:00
fix: firebase config
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"projects": {
|
||||
"default": "demo-app"
|
||||
"default": "cardex-1mapj"
|
||||
}
|
||||
}
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user