Skip to content

Commit

Permalink
Revert firebase.json changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
christhompsongoogle committed Oct 10, 2022
1 parent a61078a commit 45d783c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 deletions codelab-final-state/firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,16 @@
},
"emulators": {
"auth": {
"host": "127.0.0.1",
"port": 9099
},
"functions": {
"host": "127.0.0.1",
"port": 5001
},
"firestore": {
"host": "127.0.0.1",
"port": 8080
},
"hosting": {
"host": "127.0.0.1",
"port": 5000
},
"hub": {
"host": "127.0.0.1",
"port": 4400
},
"ui": {
"host": "127.0.0.1",
"port": 4000
}
}
}
12 changes: 0 additions & 12 deletions codelab-initial-state/firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,16 @@
},
"emulators": {
"auth": {
"host": "127.0.0.1",
"port": 9099
},
"functions": {
"host": "127.0.0.1",
"port": 5001
},
"firestore": {
"host": "127.0.0.1",
"port": 8080
},
"hosting": {
"host": "127.0.0.1",
"port": 5000
},
"hub": {
"host": "127.0.0.1",
"port": 4400
},
"ui": {
"host": "127.0.0.1",
"port": 4000
}
}
}

0 comments on commit 45d783c

Please sign in to comment.