firestore-native Claude Code Plugin
Claude Code PluginClaude CodeDatabaseDatabases & StorageThe explanation below is AI-generated. Please verify it against the sources.
firestore-native is a Claude Code plugin (currently in beta, pre-v1. 0) that lets an AI agent read and write data in a Google Cloud Firestore database using natural-language requests instead of manual queries. It exposes a single skill focused on document and collection operations, including retrieving records, filtering by field values, updating fields, and exploring the hierarchy of collections. Configuration is done through environment variables specifying the target GCP project and optional database ID. The README notes ongoing development and invites user feedback before a stable 1. 0 release.
About the service
Google Cloud Firestore is a managed NoSQL document database used to store and query structured data organized into collections and documents. The plugin connects to a specific Firestore database in a user's Google Cloud project, using standard Google authentication and IAM permissions to read and modify that data.
What you can do with firestore-native
- Retrieve specific documents or query a collection based on field conditions using plain-language requests
- Update or remove fields within existing documents, including batch-style edits across multiple matched records
- Explore the structure and hierarchy of collections and documents in a connected Firestore database
- Use the plugin from Claude Code, Antigravity, or Codex after installing the skill and setting the required project/database environment variables
- Ask the agent to help generate data classes or code based on existing document structures