Skip to content

Commit

Permalink
update firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
codercatdev committed Dec 1, 2023
1 parent 179eb84 commit 6c12718
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions apps/whiskerword-svelte-firebase/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ node_modules
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*

# Firebase
*debug.log
9 changes: 8 additions & 1 deletion apps/whiskerword-svelte-firebase/firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"port": 8080
},
"hosting": {
"port": 5000
"port": 5100
},
"storage": {
"port": 9199
Expand All @@ -27,5 +27,12 @@
"**/.*",
"**/node_modules/**"
]
},
"storage": {
"rules": "storage.rules"
},
"firestore": {
"rules": "firestore.rules",
"indexes": "firestore.indexes.json"
}
}

0 comments on commit 6c12718

Please sign in to comment.