[!NOTE] Currently in beta (pre-v1.0), and may see breaking changes until the first stable release (v1.0).
This repository provides a set of agent skills to interact with Firestore databases. These skills can be used with various AI agents, including Antigravity, Claude Code and Codex, to manage your databases, collections, and documents using natural language prompts.
[!IMPORTANT] We Want Your Feedback! Please share your thoughts with us by filling out our feedback form. Your input is invaluable and helps us improve the project for everyone.
Follow this step-by-step video walkthrough to setup and use the Firestore Native Extension.
Before you begin, ensure you have the following:
roles/datastore.user)roles/firebaserules.viewer)Please keep these env vars handy during the installation process:
FIRESTORE_PROJECT: The GCP project ID.FIRESTORE_DATABASE: (Optional) The Firestore database ID. Defaults to (default).[!NOTE]
- Ensure Application Default Credentials are available in your environment.
To start interacting with your database, install the skills for your preferred AI agent, then launch the agent and use natural language to ask questions or perform tasks.
For the latest version, check the releases page.
You can use either of these two agents for Antigravity:
💡 Tip — Migrating from Gemini CLI?
If you previously installed this extension withgemini extensions install, you can convert it to an Antigravity plugin instead of reinstalling from scratch:See Migrating from Gemini CLI for details on plugins, context files (
- On first launch of Antigravity CLI, accept the Migration Options prompt to automatically convert your installed Gemini CLI extensions to Antigravity plugins.
- Or, from your terminal, run:
agy plugin import geminiGEMINI.md/AGENTS.md), and MCP server config differences.
1. Clone the Repo:
git clone --branch 0.3.4 https://github.com/gemini-cli-extensions/firestore-native.git
2. Install the skills:
Choose a location for the skills:
~/.gemini/antigravity/skills/<workspace-root>/.agents/skills/Copy the skill folders from the cloned repository's skills/ directory to your chosen location:
cp -R firestore-native/skills/* ~/.gemini/antigravity/skills/
3. Set env vars: Set your environment vars as described in the configuration section.
(Tip: Antigravity 2.0 automatically discovers skills in these directories at the start of a session. You can verify they are active by running the /skills command in your active session.)
You can install plugins directly from a remote GitHub repository.
1. Install the plugin:
agy plugin install https://github.com/gemini-cli-extensions/firestore-native
2. Set env vars: Set your environment vars as described in the configuration section.
1. Set env vars: In your terminal, set your environment vars as described in the configuration section.
2. Start the agent:
claude
3. Add the marketplace:
/plugin marketplace add https://github.com/gemini-cli-extensions/firestore-native.git#0.3.4
4. Install the plugin:
/plugin install firestore-native@firestore-native-marketplace
(Tip: Run /plugin list inside Claude Code to verify the plugin is active, or /reload-plugins if you just installed it.)
1. Install marketplace:
codex plugin marketplace add GoogleCloudPlatform/data-agent-kit
2. Install the plugin:
codex plugin add firestore-native@data-agent-kit
3. Set env vars: Enter your environment vars as described in the configuration section.
4. (Optional) Update the marketplace:
codex plugin marketplace upgrade data-agent-kit
You can install skills using the npx skills command.
Run the following command in your terminal to automatically download and register the skills:
npx skills add https://github.com/gemini-cli-extensions/firestore-native/tree/0.3.4
For detailed info check out the Skills npm package.
2. Set env vars: Set your environment vars as described in the configuration section.
This repository is a valid Agent Plugins (v1) plugin. Any Agent Plugins–compatible client can install it directly using its own built-in plugin command — no extra tooling required — by pointing at this repository:
https://github.com/gemini-cli-extensions/firestore-native
Beyond harnesses covered by the native install above, compatible clients include VS Code, Cursor, GitHub Copilot, and Kiro. See your agent's documentation for its exact install command.
Set env vars: Set your environment vars as described in the configuration section.
Interact with Firestore using natural language:
The following skills are available in this repository:
Find additional skills to support your entire software development lifecycle at github.com/gemini-cli-extensions.
Use the debug mode of your agent (e.g., gemini --debug) to enable debugging.
Common issues:
JavaScript
100.0%
[!NOTE] Currently in beta (pre-v1.0), and may see breaking changes until the first stable release (v1.0).
This repository provides a set of agent skills to interact with Firestore databases. These skills can be used with various AI agents, including Antigravity, Claude Code and Codex, to manage your databases, collections, and documents using natural language prompts.
[!IMPORTANT] We Want Your Feedback! Please share your thoughts with us by filling out our feedback form. Your input is invaluable and helps us improve the project for everyone.
Follow this step-by-step video walkthrough to setup and use the Firestore Native Extension.
Before you begin, ensure you have the following:
roles/datastore.user)roles/firebaserules.viewer)Please keep these env vars handy during the installation process:
FIRESTORE_PROJECT: The GCP project ID.FIRESTORE_DATABASE: (Optional) The Firestore database ID. Defaults to (default).[!NOTE]
- Ensure Application Default Credentials are available in your environment.
To start interacting with your database, install the skills for your preferred AI agent, then launch the agent and use natural language to ask questions or perform tasks.
For the latest version, check the releases page.
You can use either of these two agents for Antigravity:
💡 Tip — Migrating from Gemini CLI?
If you previously installed this extension withgemini extensions install, you can convert it to an Antigravity plugin instead of reinstalling from scratch:See Migrating from Gemini CLI for details on plugins, context files (
- On first launch of Antigravity CLI, accept the Migration Options prompt to automatically convert your installed Gemini CLI extensions to Antigravity plugins.
- Or, from your terminal, run:
agy plugin import geminiGEMINI.md/AGENTS.md), and MCP server config differences.
1. Clone the Repo:
git clone --branch 0.3.4 https://github.com/gemini-cli-extensions/firestore-native.git
2. Install the skills:
Choose a location for the skills:
~/.gemini/antigravity/skills/<workspace-root>/.agents/skills/Copy the skill folders from the cloned repository's skills/ directory to your chosen location:
cp -R firestore-native/skills/* ~/.gemini/antigravity/skills/
3. Set env vars: Set your environment vars as described in the configuration section.
(Tip: Antigravity 2.0 automatically discovers skills in these directories at the start of a session. You can verify they are active by running the /skills command in your active session.)
You can install plugins directly from a remote GitHub repository.
1. Install the plugin:
agy plugin install https://github.com/gemini-cli-extensions/firestore-native
2. Set env vars: Set your environment vars as described in the configuration section.
1. Set env vars: In your terminal, set your environment vars as described in the configuration section.
2. Start the agent:
claude
3. Add the marketplace:
/plugin marketplace add https://github.com/gemini-cli-extensions/firestore-native.git#0.3.4
4. Install the plugin:
/plugin install firestore-native@firestore-native-marketplace
(Tip: Run /plugin list inside Claude Code to verify the plugin is active, or /reload-plugins if you just installed it.)
1. Install marketplace:
codex plugin marketplace add GoogleCloudPlatform/data-agent-kit
2. Install the plugin:
codex plugin add firestore-native@data-agent-kit
3. Set env vars: Enter your environment vars as described in the configuration section.
4. (Optional) Update the marketplace:
codex plugin marketplace upgrade data-agent-kit
You can install skills using the npx skills command.
Run the following command in your terminal to automatically download and register the skills:
npx skills add https://github.com/gemini-cli-extensions/firestore-native/tree/0.3.4
For detailed info check out the Skills npm package.
2. Set env vars: Set your environment vars as described in the configuration section.
This repository is a valid Agent Plugins (v1) plugin. Any Agent Plugins–compatible client can install it directly using its own built-in plugin command — no extra tooling required — by pointing at this repository:
https://github.com/gemini-cli-extensions/firestore-native
Beyond harnesses covered by the native install above, compatible clients include VS Code, Cursor, GitHub Copilot, and Kiro. See your agent's documentation for its exact install command.
Set env vars: Set your environment vars as described in the configuration section.
Interact with Firestore using natural language:
The following skills are available in this repository:
Find additional skills to support your entire software development lifecycle at github.com/gemini-cli-extensions.
Use the debug mode of your agent (e.g., gemini --debug) to enable debugging.
Common issues:
JavaScript
100.0%