mirror of
https://github.com/BagelHole/DevOps-Security-Agent-Skills.git
synced 2026-08-22 12:49:53 +02:00
784 B
784 B
name, description, license, metadata
| name | description | license | metadata | ||||
|---|---|---|---|---|---|---|---|
| firebase-app-platform | Build and operate apps on Firebase using Auth, Firestore, Cloud Functions, and Hosting. | MIT |
|
Firebase App Platform
Ship mobile and web backends with Firebase managed services.
Core Setup
npm install -g firebase-tools
firebase login
firebase init
firebase deploy
Security and Scale
- Write strict Firestore security rules first.
- Separate environments by Firebase project.
- Enable budget alerts and quota monitoring.
- Move privileged logic into Cloud Functions.
Related Skills
- gcp-cloud-functions - Function runtime patterns
- vercel-deployments - Frontend deployment option