We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18a5fe commit 2aed1f5Copy full SHA for 2aed1f5
.github/workflows/scripts/firebase.json
@@ -18,19 +18,19 @@
18
},
19
"emulators": {
20
"auth": {
21
- "port": "9099"
+ "port": 9099
22
23
"database": {
24
- "port": "9000"
+ "port": 9000
25
26
"firestore": {
27
- "port": "8080"
+ "port": 8080
28
29
"functions": {
30
- "port": "5001"
+ "port": 5001
31
32
"storage": {
33
- "port": "9199"
+ "port": 9199
34
35
"ui": {
36
"enabled": true
0 commit comments