Skip to content

Commit

Permalink
Firestore solutions-delete: update firebase-tools version and replace…
Browse files Browse the repository at this point in the history
… yes with force (#281)
  • Loading branch information
xxdd13 authored Aug 5, 2022
1 parent c08f1e4 commit ea3747e
Show file tree
Hide file tree
Showing 3 changed files with 30,156 additions and 3,143 deletions.
2 changes: 1 addition & 1 deletion firestore/solution-deletes/functions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ exports.recursiveDelete = functions
.delete(path, {
project: process.env.GCLOUD_PROJECT,
recursive: true,
yes: true,
force: true,
token: functions.config().fb.token
});

Expand Down
Loading

0 comments on commit ea3747e

Please sign in to comment.