firebase deploy
built-in 0.0% Savings
0 Commands
0 Tokens saved
2 Tests
Install
Safety checks passed
Filter definition
command = ["firebase deploy", "npx firebase deploy"]
strip_ansi = true
skip = [
"^\\s*$",
"^i\\s",
"^\\+\\s",
"^Uploading",
]
[on_success]
tail = 10
[on_failure]
tail = 30
Examples
deploy failure shows error
~40 tokens → ~24 tokens
(40% saved)
Raw output
i deploying hosting i hosting[ssp-erp]: beginning deploy... Error: HTTP Error: 403, Permission denied. You do not have permission to deploy to project ssp-erp.
Filtered output
Error: HTTP Error: 403, Permission denied. You do not have permission to deploy to project ssp-erp.
successful deploy shows hosting URL
~125 tokens → ~34 tokens
(73% saved)
Raw output
i deploying hosting i hosting[ssp-erp]: beginning deploy... i hosting[ssp-erp]: found 142 files in dist + hosting[ssp-erp]: file upload complete Uploading [============================] 142/142 i hosting[ssp-erp]: finalizing version... i hosting[ssp-erp]: version finalized i hosting[ssp-erp]: releasing new version... i hosting[ssp-erp]: release complete ✔ Deploy complete! Project Console: https://console.firebase.google.com/project/ssp-erp/overview Hosting URL: https://ssp-erp.web.app
Filtered output
✔ Deploy complete! Project Console: https://console.firebase.google.com/project/ssp-erp/overview Hosting URL: https://ssp-erp.web.app
Warning: Community filters are third-party code. Review the filter definition above before installing it in production environments.Browse all filters