This repository is PRIVATE and contains sensitive configuration and API keys.
- DO NOT make this repository public
- DO NOT share API keys or credentials
- DO NOT commit
.envfiles - DO NOT share Firebase configuration
The following files contain sensitive data and are excluded from version control:
.envand.env.*filessrc/config/firebase.tsserviceAccountKey.json- Any
*.key,*.pem,*.p12files - Firebase configuration files
Before committing:
- β Check no API keys in code
- β
Check
.envis in.gitignore - β Check Firebase config is not exposed
- β Check no credentials in comments
- β
Run
npm auditfor vulnerabilities
- Immediately revoke all API keys
- Regenerate Firebase credentials
- Change all passwords
- Contact repository owner
- Review all recent commits
For security concerns, contact repository owner privately.
- Update dependencies monthly:
npm update - Check vulnerabilities:
npm audit - Review access permissions quarterly
- Rotate API keys every 6 months
Last Updated: November 9, 2025 Repository Owner: ABHISHEK-DBZ