Skip to content

Commit

Permalink
JSON schema update
Browse files Browse the repository at this point in the history
  • Loading branch information
christhompsongoogle committed Oct 3, 2022
1 parent 0d3b041 commit cb3eefb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions schema/firebase-config.json
Expand Up @@ -266,6 +266,9 @@
},
"type": "object"
},
"singleProjectMode": {
"type": "boolean"
},
"storage": {
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -295,9 +298,6 @@
}
},
"type": "object"
},
"singleProjectMode": {
"type": "boolean"
}
},
"type": "object"
Expand Down
2 changes: 1 addition & 1 deletion src/init/features/emulators.ts
Expand Up @@ -104,7 +104,7 @@ export async function doSetup(setup: any, config: any) {
if (setup.config.emulators.singleProjectMode === undefined) {
setup.config.emulators.singleProjectMode = true;
}

if (selections.download) {
for (const selected of selections.emulators) {
if (isDownloadableEmulator(selected)) {
Expand Down

0 comments on commit cb3eefb

Please sign in to comment.