firebase-basics
Installation
Summary
Firebase project setup and CLI workflow for AI agent integration.
- Requires prior completion of
firebase-local-env-setupskill and Firebase CLI installation - Core workflow covers authentication via
firebase login, project creation with unique IDs, and service initialization through the interactivefirebase initcommand - Supports feature selection during setup including Firestore, Functions, and Hosting with automatic configuration file generation
- Self-documenting CLI with
--helpflags for discovering commands and detailed usage across all Firebase services
SKILL.md
Prerequisites
Complete these setup steps before proceeding:
- Local Environment Setup: Verify the environment is properly set up so we can use Firebase tools:
Related skills
More in Databases
supabase-postgres-best-practices
Postgres patterns for Supabase: schema design, RLS, indexing, and query performance
supabase/agent-skillssupabase
Supabase client: auth, storage, realtime, edge functions, and migrations
supabase/agent-skillsfirebase-auth-basics
Firebase Authentication flows, providers, custom claims, and session management
firebase/agent-skillsfirebase-firestore-enterprise-native-mode
Firestore at scale: sharding, composite indexes, and enterprise data modeling
firebase/agent-skillsconvex-quickstart
Convex schema, queries, mutations, and real-time reactivity patterns
get-convex/agent-skills