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.
2 parents e2c2f46 + 9c32961 commit e8c8fe9Copy full SHA for e8c8fe9
src/buildFirestoreCommand.js
@@ -45,7 +45,9 @@ export default function buildFirestoreCommand(
45
if (options.withMeta) {
46
argsWithDefaults.push('-m');
47
}
48
- return `${FIREBASE_EXTRA_PATH} firestore ${action} ${actionPath}`;
+ return `${FIREBASE_EXTRA_PATH} firestore ${action} ${actionPath} '${JSON.stringify(
49
+ fixturePath,
50
+ )}'`;
51
52
53
0 commit comments