Skip to content

Commit

Permalink
minor firebase config change
Browse files Browse the repository at this point in the history
  • Loading branch information
Altair59 committed Mar 6, 2024
1 parent cc514b2 commit 9aad47f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projects": {
"default": "twitter-clone-ccrsxx"
"default": "cyclone-59c8c"
}
}
23 changes: 13 additions & 10 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@
"rules": "firestore.rules",
"indexes": "firestore.indexes.json"
},
"functions": {
"ignore": [
"node_modules",
".git",
"firebase-debug.log",
"firebase-debug.*.log"
],
"predeploy": "npm --prefix \"$RESOURCE_DIR\" run build",
"source": "functions"
},
"functions": [
{
"ignore": [
"node_modules",
".git",
"firebase-debug.log",
"firebase-debug.*.log"
],
"predeploy": ["npm --prefix \"$RESOURCE_DIR\" run build"],
"source": "functions",
"codebase": "default"
}
],
"storage": {
"rules": "storage.rules"
},
Expand Down

0 comments on commit 9aad47f

Please sign in to comment.