Firebase Firestore — agent skill from firebase/agent-skills

Firebase Firestore is available in the open agent skills ecosystem (firebase/agent-skills).

Install

npx skills add https://github.com/firebase/agent-skills --skill firebase-firestore

Skill content

The instructions an agent receives when this skill is active.

--- name: firebase-firestore description: >- 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. compatibility: This skill is best used with the Firebase CLI, but does not require it. Firebase CLI can be accessed through `npx -y firebase-tools@latest`. metadata: category: Databases --- # Cloud Firestore Database and Operations

Related skills

Other listings in the same category or with overlapping tags.

FAQ

What does Firebase Firestore do?
Firebase Firestore is available in the open agent skills ecosystem (firebase/agent-skills). Firebase Firestore — agent skill from firebase/agent-skills.
How do I install Firebase Firestore?
In a supported agent environment, run: npx skills add https://github.com/firebase/agent-skills --skill firebase-firestore
When should I use Firebase Firestore?
Use this skill when working on tasks related to firebase-firestore.
Got an example for Firebase Firestore?
Apply Firebase Firestore to a relevant agent workflow.
Where does Firebase Firestore come from?
Source and updates: https://www.skills.sh/firebase/agent-skills/firebase-firestore. Confirm install steps and permissions there before you rely on it.