Skip to main content

firebase-development-project-setup

Guides users through initializing a new Firebase project with proven architecture, covering CLI setup and configuration.

Install this skill

or
78/100

Security score

The firebase-development-project-setup skill was audited on Feb 28, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 77

Access to .env file

SourceSKILL.md
77Create `.gitignore` with: `node_modules/`, `.env`, `.env.local`, `.firebase/`, `lib/`, `dist/`
medium line 139

Access to .env file

SourceSKILL.md
139Create `.env.example` template. Copy to `.env` and fill in values.
medium line 141

Access to .env file

SourceSKILL.md
141For hosting: create `hosting/.env.local` with `NEXT_PUBLIC_USE_EMULATORS=true`.
medium line 172

Access to .env file

SourceSKILL.md
172- [ ] `.env` files created and gitignored
low line 153

External URL reference

SourceSKILL.md
153open http://127.0.0.1:4000
low line 170

External URL reference

SourceSKILL.md
170- [ ] Emulator UI accessible at http://127.0.0.1:4000
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →