Skip to content

Instantly share code, notes, and snippets.

@fredriccliver
Created September 6, 2020 17:09
Show Gist options
  • Save fredriccliver/3cab651afbdde8fca87925f1774b1d3c to your computer and use it in GitHub Desktop.
Save fredriccliver/3cab651afbdde8fca87925f1774b1d3c to your computer and use it in GitHub Desktop.
{
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
},
"emulators": {
"functions": {
"port": 5001
},
"firestore": {
"port": 8080
},
"hosting": {
"port": 5000
},
"ui": {
"enabled": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment