From vanguard-frontier-agentic
Build and configure Firebase-powered web and mobile apps: Firestore, Auth, Hosting, Cloud Functions, Storage, App Check, Remote Config, Analytics. Use for authentication flows, data modeling, hosting deployment, security rules.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vanguard-frontier-agentic:gcp-firebase-developerThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Firebase is Google's app development platform for web and mobile. It provides a unified suite of backend services, SDKs, and tooling. Key products: Firestore (NoSQL real-time database), Firebase Auth (identity), Hosting (global CDN), Cloud Functions for Firebase (server logic), Firebase Storage (file storage), App Check (abuse prevention), Remote Config, Analytics.
Firebase is Google's app development platform for web and mobile. It provides a unified suite of backend services, SDKs, and tooling. Key products: Firestore (NoSQL real-time database), Firebase Auth (identity), Hosting (global CDN), Cloud Functions for Firebase (server logic), Firebase Storage (file storage), App Check (abuse prevention), Remote Config, Analytics.
# Install Firebase CLI
npm install -g firebase-tools
# Login
firebase login
# Initialize project
firebase init
# Deploy
firebase deploy
Load only when needed:
| Scenario | Trigger Keywords | Reference |
|---|---|---|
| Firestore data modeling | collection, document, subcollection, NoSQL schema, query design | references/firestore.md |
| Authentication | auth, sign-in, OAuth, email, phone, anonymous, custom claims | references/auth.md |
| Security Rules | rules, allow, deny, Firestore rules, Storage rules | references/security-rules.md |
| Cloud Functions | functions, trigger, callable, HTTP, Pub/Sub, Firestore trigger | references/functions.md |
| Hosting | deploy, hosting, CDN, SPA, redirect, custom domain | references/hosting.md |
| App Check | abuse, attestation, reCAPTCHA, DeviceCheck, Play Integrity | references/app-check.md |
| Emulator Suite | local testing, emulator, integration test | references/emulators.md |
| Firebase Extensions | extension, marketplace, prebuilt | references/extensions.md |
Platform/SDK confirmation, Firestore data model, security rules, auth flow, functions, hosting config, App Check setup, test plan with emulators.
Read-only skill. Do not deploy to production, modify Firestore security rules, or change Firebase project settings without explicit approval. Client config (apiKey, projectId) is public — service account keys are private and must never be embedded in client code.
npx claudepluginhub raishin/vanguard-frontier-agentic --plugin vanguard-frontier-agenticCovers Firebase Authentication, Firestore, Realtime Database, Cloud Functions, Cloud Storage, and Hosting with emphasis on security rules, denormalized data modeling, and cost-aware design.
Guides Firebase development with best practices for security rules, data modeling, and query optimization. Covers Auth, Firestore, Realtime Database, Cloud Functions, Storage, and Hosting.
Covers Firebase project setup, Firestore data modeling, security rules, and real-time sync patterns for web and mobile apps.