Language: 日本語English

firestore-native Plugin

Author
Google LLC
Category
Database
Topics
Databases & Storage
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The explanation below is AI-generated. Please verify it against the sources.

firestore-native is a plugin providing a set of agent skills that let AI agents such as Antigravity, Claude Code, and Codex connect to and interact with Google Cloud Firestore databases, collections, and documents using natural language. According to the README, it is currently in beta (pre-v1.0) and may see breaking changes before the first stable release. It requires a Google Cloud project with the Firestore API enabled, Application Default Credentials, and specific IAM roles (Cloud Datastore User and Firebase Rules Viewer). The repository ships one supported skill, 'Firestore Data', which handles NoSQL document operations, collection hierarchy exploration, CRUD tasks, and structured querying. The project is licensed under Apache-2.0.

Overview

firestore-native is not itself a SaaS but an agent-skills plugin (in beta, pre-v1.0) that connects supported AI coding agents (Antigravity, Claude Code, Codex) to a user's Google Cloud Firestore database via natural language, per the README.

What you can do with firestore-native

  • Retrieve Firestore documents and data by describing requests in natural language (e.g., look up specific users by ID or query by field values)
  • Explore collection hierarchies and schemas without writing manual queries
  • Update or clean up documents (e.g., modify fields like order status, remove items from arrays such as a wishlist)
  • Perform CRUD operations on Firestore documents via the 'Firestore Data' skill
  • Install the plugin into Antigravity, Claude Code, or Codex, configuring it with the FIRESTORE_PROJECT (and optional FIRESTORE_DATABASE) environment variables
  • Use agent debug modes and README troubleshooting guidance for issues such as missing credentials or connection errors

Sources

Original description (English)

Connect and interact with Firestore databases, collections, and documents.

History of firestore-native

Back to list