Loading...
Loading...
Sets up, manages, queries, and configures Cloud Firestore databases (Standard/Enterprise edition), including data modeling, security rules, indexes, and SDK integrations (Web, Python, iOS, Android, Flutter). Use when creating/listing Firestore databases, defining data models/indexes, writing SDK queries, or integrating Firestore SDKs. Don't use for Firebase Hosting, Data Connect, Auth, Storage/GCS, Crashlytics, Functions, or BigQuery.
npx skill4agent add hoangsoft90/ai_skills firebase-firestorebash npx -y firebase-tools@latest firestore:databases:listbash npx -y firebase-tools@latest firestore:databases:get <database-id>editionSTANDARDreferences/standard/editionENTERPRISEreferences/enterprise/npx -y firebase-tools@latest firestore:locationsbash npx -y firebase-tools@latest firestore:databases:create <database-id> --edition="enterprise" --location="<selected-location>"references/enterprise/references/standard/references/enterprise/[!CRITICAL] Mandatory Reference Reading Before writing or modifying any application code for Firestore Enterprise Edition, you MUST read at least one of the relevant reference documents below for the target platform/language to understand specific architectural requirements and pipeline initialization patterns.