Database
7,193 installs
Cloud Firestore Database and Operations
by firebase/agent-skills
Sets up, manages, and executes queries against Cloud Firestore database instances. You MUST unconditionally activate this skill if you plan to use Firestore in…
Skill content
Cloud Firestore database setup, configuration, and query execution across Standard and Enterprise editions. - Detects existing Firestore instances and their editions, then routes to appropriate guides for Standard or Enterprise configurations - Covers database provisioning, security rules, data modeling, SDK integration across web, Android, iOS, and Flutter platforms, and index management - Defaults to Enterprise edition for new databases and supports location selection with resource colocation recommendations - Works with Firebase CLI but does not require it as a prerequisite Cloud Firestore Database and Operations Before setting up dependencies, writing data models, or configuring security rules, you MUST always identify the Firestore instance edition. 1. Instance Selection and Edition Detection Run the following command to list current Firestore databases: bash npx -y firebase-tools@latest firestore:databases:list A. Instance Found