Skip to content

Commit e8c8fe9

Browse files
authored
fix(callFirestore): support calling update by passing data - @bettinatop22
2 parents e2c2f46 + 9c32961 commit e8c8fe9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/buildFirestoreCommand.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ export default function buildFirestoreCommand(
4545
if (options.withMeta) {
4646
argsWithDefaults.push('-m');
4747
}
48-
return `${FIREBASE_EXTRA_PATH} firestore ${action} ${actionPath}`;
48+
return `${FIREBASE_EXTRA_PATH} firestore ${action} ${actionPath} '${JSON.stringify(
49+
fixturePath,
50+
)}'`;
4951
}
5052
}
5153
}

0 commit comments

Comments
 (0)