Skip to content

Commit

Permalink
Clean up Firebase config
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Friese <peter@peterfriese.de>
  • Loading branch information
peterfriese committed Nov 19, 2024
1 parent 870562f commit 487de6b
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions Examples/FriendlyFlix/firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,12 @@
"auth": {
"port": 9099
},
"hosting": {
"port": 5000
},
"dataconnect": {
"port": 9399
},
"ui": {
"enabled": true
},
"singleProjectMode": true
},
"dataconnect": {
"source": "./dataconnect"
},
"hosting": {
"source": "app",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"frameworksBackend": {
"region": "us-central1"
}
}
}

0 comments on commit 487de6b

Please sign in to comment.