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 8c2bbc3 commit dbe4086Copy full SHA for dbe4086
.vscode/launch.json
@@ -61,8 +61,9 @@
61
],
62
"env": {
63
"TS_NODE_CACHE": "NO",
64
- "TS_NODE_COMPILER_OPTIONS" : "{\"module\":\"commonjs\"}"
65
-
+ "TS_NODE_COMPILER_OPTIONS" : "{\"module\":\"commonjs\"}",
+ "FIRESTORE_EMULATOR_PORT" : "8080",
66
+ "FIRESTORE_EMULATOR_PROJECT_ID" : "test-emulator"
67
},
68
"sourceMaps": true,
69
"protocol": "inspector"
@@ -84,8 +85,9 @@
84
85
86
"USE_MOCK_PERSISTENCE": "YES",
87
88
89
90
91
92
93
0 commit comments