<!-- DO NOT DELETE validate_template=true template_path=.github/ISSUE_TEMPLATE/---report-a-bug.md --> ### Related issues The comment explains how it should work. https://github.com/firebase/firebase-functions/issues/425#issuecomment-485037960 ### [REQUIRED] Version info <!-- What versions of the following libraries are you using? Note that your issue may already be fixed in the latest versions. --> **node:** 10.18.1 <!-- Run node --version and print the output here--> **firebase-functions:** 3.11.0 **firebase-tools:** 8.12.0 <!-- Run firebase --version and print the output here--> 8.12.0 **firebase-admin:** 8.6.0 ### [REQUIRED] Test case `firebase deploy --only functions:THEFUNCTION` errors with: `Error: Pass the --force option to deploy functions with a failure policy` ### [REQUIRED] Steps to reproduce Add `failurePolicy: { retry: {} }` to an existing function which does not have a failure policy set. ### [REQUIRED] Expected behavior Running `firebase deploy --only functions:THEFUNCTION` would deploy the function successfully without the use of `--force`. <!-- What is the expected behavior? --> ### [REQUIRED] Actual behavior `Error: Pass the --force option to deploy functions with a failure policy` <!-- Please copy and paste any error logs from https://console.firebase.google.com/project/_/functions/logs. If you're experiencing a deployment issue, please copy and paste the entirety of firebase-debug.log --> ### Were you able to successfully deploy your functions? Only with `--force` which is not ideal to have in a CICD pipeline. <!-- When you ran `firebase deploy`, did you see any error messages? -->