Skip to content

Commit

Permalink
Set firebase emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
sitegui committed Jan 7, 2024
1 parent f486515 commit 6db0d50
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 2 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- configure emulators to run locally
- document how to develop this codebase
17 changes: 16 additions & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,20 @@
"npm --prefix \"$RESOURCE_DIR\" run build"
]
}
]
],
"emulators": {
"functions": {
"port": 5001
},
"firestore": {
"port": 8080
},
"hosting": {
"port": 5000
},
"ui": {
"enabled": true
},
"singleProjectMode": true
}
}

0 comments on commit 6db0d50

Please sign in to comment.