firebase deploy leak audit for Zed
io.github.jmshinhwa/firebase-deploy-leak-audit
Reads firebase.json and names the files your next firebase deploy would publish to the open web
client:Zed
transport:stdio
runtime:npm
Install firebase deploy leak audit in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"firebase-deploy-leak-audit": {
"command": "npx",
"args": [
"-y",
"@readystack/firebase-deploy-leak-audit"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs