<?xml version="1.0" encoding="UTF-8"?>
<!-- AUTOGENERATED FILE. DO NOT EDIT. -->
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>tag:google.com,2016:fs-release-notes</id>
  <title>Firestore - Release notes</title>
  <link rel="self" href="https://docs.cloud.google.com/feeds/fs-release-notes.xml"/>
  <author>
    <name>Google Cloud Platform</name>
  </author>
  <updated>2026-03-23T00:00:00-07:00</updated>

  <entry>
    <title>March 23, 2026</title>
    <id>tag:google.com,2016:fs-release-notes#March_23_2026</id>
    <updated>2026-03-23T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#March_23_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Regional and Multi-Regional endpoints for the Firestore API
are now Generally Available (<a href="https://cloud.google.com/products#product-launch-stages">GA</a>).
You can use a Regional or a Multi-Regional endpoint to ensure that your
application's requests are transmitted, stored and processed in the same region
or multi-region as your database's location.</p>
<p>To learn more, see the
<a href="https://docs.cloud.google.com/firestore/native/docs/regional-endpoints">Firestore regional endpoints</a>
guide.</p>
<p>You can also use
<a href="https://docs.cloud.google.com/vpc/docs/about-accessing-regional-google-apis-endpoints">Private Service Connect regional endpoints</a>
and <a href="https://docs.cloud.google.com/vpc/docs/private-service-connect-backends">Private Service Connect backends</a>
to connect to the regional and the multi-regional endpoints of the
Firestore API.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>March 05, 2026</title>
    <id>tag:google.com,2016:fs-release-notes#March_05_2026</id>
    <updated>2026-03-05T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#March_05_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Firestore Enterprise edition now supports Native mode in
all supported regions. For a list of supported regions, see
<a href="https://docs.cloud.google.com/firestore/native/docs/locations">Locations</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>February 17, 2026</title>
    <id>tag:google.com,2016:fs-release-notes#February_17_2026</id>
    <updated>2026-02-17T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#February_17_2026"/>
    <content type="html"><![CDATA[<h3>Change</h3>
<p>After March 17, 2026, when you enable Firestore, the Firestore
MCP server is automatically enabled.</p>
<h3>Deprecated</h3>
<p>Control of MCP use with organization policies is deprecated. After March 17,
2026, organization policies that use the <code>gcp.managed.allowedMCPServices</code>
constraint won't work, and you can control MCP use with IAM deny policies. For
more information about controlling MCP use, see
<a href="https://docs.cloud.google.com/mcp/control-mcp-use-iam">Control MCP use with IAM</a>.</p>
<h3>Announcement</h3>
<p>New best practices are available for securing generative AI agents using Model Context Protocol (MCP) with Google Cloud databases. This guide covers key security measures like least privilege, native database controls, and secure agent design to help you build safer AI applications. For more information, see <a href="https://docs.cloud.google.com/firestore/native/docs/secure-agent-interactions-mcp">Best practices for securing agent interactions with Model Context Protocol</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>February 10, 2026</title>
    <id>tag:google.com,2016:fs-release-notes#February_10_2026</id>
    <updated>2026-02-10T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#February_10_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>You can now use the <a href="https://docs.cloud.google.com/firestore/native/docs/use-firestore-mcp">Firestore remote MCP server</a>.
The Firestore remote MCP server lets you interact with documents stored
in a Firestore database from your AI application.</p>
<p>This feature is in <a href="https://cloud.google.com/products/#product-launch-stages">Preview</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>February 02, 2026</title>
    <id>tag:google.com,2016:fs-release-notes#February_02_2026</id>
    <updated>2026-02-02T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#February_02_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>The Firestore databases page in the Google Cloud console now includes
a status column. Possible statuses include:</p>
<ul>
<li>Ready</li>
<li>Cloning is in progress</li>
<li>Restoring from backup is in progress</li>
<li>Deleted</li>
<li>Failed</li>
</ul>
<p>For the cloning and restore statuses, the status column updates upon completion.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>January 15, 2026</title>
    <id>tag:google.com,2016:fs-release-notes#January_15_2026</id>
    <updated>2026-01-15T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#January_15_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Firestore Enterprise edition now supports Native mode and the Pipeline operations interface.</p>
<p>Pipeline operations are a new query interface for Firestore.
This interface provides advanced query functionality that includes complex
expressions. It also adds support for many new functions like <code>min</code>, <code>max</code>,
<code>substring</code>, <code>regex_match</code> and <code>array_contains_all</code>.</p>
<p>With Firestore Enterprise edition in Native mode,
index creation is also completely optional, streamlining the process of developing new queries.</p>
<p>To learn more about Pipeline operations,
see the <a href="https://docs.cloud.google.com/firestore/native/docs/query-data/understanding-core-pipelines">query interfaces overview</a>.</p>
<p>This feature is available in <a href="https://cloud.google.com/products#product-launch-stages">Preview</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>October 27, 2025</title>
    <id>tag:google.com,2016:fs-release-notes#October_27_2025</id>
    <updated>2025-10-27T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#October_27_2025"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>The <a href="https://docs.cloud.google.com/firestore/native/docs/manage-databases#clone-database">database clone feature</a> is now
supported at the General Availability (<a href="https://cloud.google.com/products#product-launch-stages">GA</a>) level.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>September 23, 2025</title>
    <id>tag:google.com,2016:fs-release-notes#September_23_2025</id>
    <updated>2025-09-23T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#September_23_2025"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>You can now query your databases and update data using the <a href="https://docs.cloud.google.com/firestore/native/docs/connect-ide-using-mcp-toolbox#about-gemini-cli-extension">dedicated Gemini CLI extension for Firestore</a>. This feature is available in beta.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>September 02, 2025</title>
    <id>tag:google.com,2016:fs-release-notes#September_02_2025</id>
    <updated>2025-09-02T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#September_02_2025"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Use <a href="https://docs.cloud.google.com/firestore/native/docs/query-insights">Query insights</a> to view query performance metrics for your database. This feature is now generally available (<a href="https://cloud.google.com/products#product-launch-stages">GA</a>).</p>
]]>
    </content>
  </entry>

  <entry>
    <title>August 01, 2025</title>
    <id>tag:google.com,2016:fs-release-notes#August_01_2025</id>
    <updated>2025-08-01T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#August_01_2025"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>You can <a href="https://docs.cloud.google.com/firestore/native/docs/manage-databases#clone-database">clone an existing database</a> at a selected timestamp into a new database. This feature is available in <a href="https://cloud.google.com/products#product-launch-stages">Preview</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>April 22, 2025</title>
    <id>tag:google.com,2016:fs-release-notes#April_22_2025</id>
    <updated>2025-04-22T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#April_22_2025"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Committed use discounts are now <a href="https://cloud.google.com/products#product-launch-stages">generally available (GA)</a> for Firestore in exchange for a commitment to continuously spend a certain amount on Firestore read/write/delete operations for one year or three years. For details, see <a href="https://docs.cloud.google.com/firestore/docs/cuds">Committed use discounts</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>April 09, 2025</title>
    <id>tag:google.com,2016:fs-release-notes#April_09_2025</id>
    <updated>2025-04-09T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#April_09_2025"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Firestore is now available on <a href="https://docs.cloud.google.com/database-center/docs/overview">Database Center</a>. You can track your Firestore resources in the fleet inventory section and the resource table in the Database Center. You can also use Database Center to monitor the following health issues for your Firestore resources:</p>
<ul>
<li>No automated backup policy</li>
<li>No point-in-time recovery</li>
</ul>
<p>For more information about Database Center, see <a href="https://docs.cloud.google.com/database-center/docs/overview">Database Center overview</a>. For more information about health issues supported for Firestore, see <a href="https://docs.cloud.google.com/database-center/docs/database-health-issues#supported-health-issues">Supported health issues</a>.</p>
<h3>Feature</h3>
<p>You can now use Query insights to <a href="https://docs.cloud.google.com/firestore/docs/query-insights">view query performance metrics for your database</a>. This feature is in <a href="https://cloud.google.com/products#product-launch-stages">Preview</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>March 24, 2025</title>
    <id>tag:google.com,2016:fs-release-notes#March_24_2025</id>
    <updated>2025-03-24T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#March_24_2025"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Cloud Firestore now supports multi-region <code>nam7</code> United States (Central and East), which consists of regions <code>us-central1</code> (Iowa) and <code>us-east4</code> (Northern Virginia).</p>
<p>For a full list of supported locations, see <a href="https://docs.cloud.google.com/firestore/docs/locations">Locations</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>March 04, 2025</title>
    <id>tag:google.com,2016:fs-release-notes#March_04_2025</id>
    <updated>2025-03-04T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#March_04_2025"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Firestore now supports the <code>europe-north2</code> Stockholm region.</p>
<p>For a full list of supported locations, see <a href="https://docs.cloud.google.com/firestore/docs/locations">Locations</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>December 12, 2024</title>
    <id>tag:google.com,2016:fs-release-notes#December_12_2024</id>
    <updated>2024-12-12T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#December_12_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><a href="https://docs.cloud.google.com/firestore/docs">Firestore</a> is supported by Database Center. Database Center is an AI-assisted dashboard that gives you one centralized view across your entire database fleet. Database Center displays the following <a href="https://docs.cloud.google.com/database-center/docs/database-health-issues">health issue</a> for Firestore:</p>
<ul>
<li>No automated backup policy</li>
</ul>
<p>For more information, see <a href="https://docs.cloud.google.com/database-center/docs/overview">Database Center overview</a> and <a href="https://docs.cloud.google.com/database-center/docs/database-health-issues">database health issues</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>December 06, 2024</title>
    <id>tag:google.com,2016:fs-release-notes#December_06_2024</id>
    <updated>2024-12-06T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#December_06_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>You can now <a href="https://docs.cloud.google.com/firestore/docs/custom-constraints">Manage Firestore resources using  Organization Policy Service custom constraints</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>December 05, 2024</title>
    <id>tag:google.com,2016:fs-release-notes#December_05_2024</id>
    <updated>2024-12-05T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#December_05_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>You can monitor performance using <a href="https://docs.cloud.google.com/firestore/docs/client-side-traces">client-side traces in Java and Node.js</a>. This feature is in <a href="https://cloud.google.com/products#product-launch-stages">Preview</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>November 22, 2024</title>
    <id>tag:google.com,2016:fs-release-notes#November_22_2024</id>
    <updated>2024-11-22T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#November_22_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>You can now use Active Assist to provide recommendations
and insights that improve the reliability of your databases. This feature is generally available (GA).</p>
<p>For more information, see <a href="https://docs.cloud.google.com/firestore/docs/reliability-recommender">Reliability recommender</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>November 18, 2024</title>
    <id>tag:google.com,2016:fs-release-notes#November_18_2024</id>
    <updated>2024-11-18T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#November_18_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Firestore now supports the <code>northamerica-south1</code> Queretaro region.</p>
<p>For a full list of supported locations, see <a href="https://docs.cloud.google.com/firestore/docs/locations">Locations</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>November 06, 2024</title>
    <id>tag:google.com,2016:fs-release-notes#November_06_2024</id>
    <updated>2024-11-06T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#November_06_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>You can now use the Firestore managed bulk delete service to delete documents in bulk. This feature is in <a href="https://cloud.google.com/products#product-launch-stages">Preview</a>.</p>
<p>For more information, see <a href="https://docs.cloud.google.com/firestore/docs/manage-data/bulk-delete">Bulk delete data</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>October 31, 2024</title>
    <id>tag:google.com,2016:fs-release-notes#October_31_2024</id>
    <updated>2024-10-31T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#October_31_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>The Google Cloud console now includes a monitoring dashboard for each database. For more information, see <a href="https://docs.cloud.google.com/firestore/docs/use-monitoring-dashboard">Use the Cloud Monitoring dashboard</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>October 01, 2024</title>
    <id>tag:google.com,2016:fs-release-notes#October_01_2024</id>
    <updated>2024-10-01T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#October_01_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>You can now use customer-managed encryption keys (CMEK) in Firestore to protect your data. This feature is generally available (GA) behind an allow-list.</p>
<p>For more information, see <a href="https://docs.cloud.google.com/firestore/docs/cmek">Customer-managed encryption keys (CMEK)</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>September 05, 2024</title>
    <id>tag:google.com,2016:fs-release-notes#September_05_2024</id>
    <updated>2024-09-05T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#September_05_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>You can now use Firestore to perform K-nearest neighbor (KNN) vector searches. Additionally, use Firestore vector searches with inequality filters, retrieve the calculated vector distance, and specify a distance threshold. This feature is generally available (GA).</p>
<p>For more information, see <a href="https://docs.cloud.google.com/firestore/docs/vector-search">Search with vector embeddings</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>July 29, 2024</title>
    <id>tag:google.com,2016:fs-release-notes#July_29_2024</id>
    <updated>2024-07-29T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#July_29_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>You can now apply range and inequality filters to multiple fields in a query. This feature is generally available (GA).</p>
<p>For more information, see <a href="https://docs.cloud.google.com/firestore/docs/query-data/multiple-range-fields">Query with range and inequality filters on multiple fields overview</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>June 28, 2024</title>
    <id>tag:google.com,2016:fs-release-notes#June_28_2024</id>
    <updated>2024-06-28T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#June_28_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><a href="https://docs.cloud.google.com/firestore/docs/backups">Scheduled backups</a> are now available in GA.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>April 29, 2024</title>
    <id>tag:google.com,2016:fs-release-notes#April_29_2024</id>
    <updated>2024-04-29T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#April_29_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Firestore now supports the <code>us-south1</code> Dallas region.</p>
<p>For a full list of supported locations, see <a href="https://docs.cloud.google.com/firestore/docs/locations">Locations</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>April 08, 2024</title>
    <id>tag:google.com,2016:fs-release-notes#April_08_2024</id>
    <updated>2024-04-08T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#April_08_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Firestore now supports the following additional locations:</p>
<ul>
<li><code>africa-south1</code> Johannesburg</li>
<li><code>europe-north1</code> Finland</li>
<li><code>europe-southwest1</code> Madrid</li>
<li><code>europe-west10</code> Berlin</li>
<li><code>europe-west12</code> Turin</li>
<li><code>europe-west8</code> Milan</li>
<li><code>southamerica-west1</code> Santiago</li>
<li><code>us-central1</code> Iowa</li>
<li><code>us-east5</code> Columbus</li>
</ul>
<p>For a full list of supported locations, see <a href="https://docs.cloud.google.com/firestore/docs/locations">Locations</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>April 05, 2024</title>
    <id>tag:google.com,2016:fs-release-notes#April_05_2024</id>
    <updated>2024-04-05T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#April_05_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Support for <a href="https://docs.cloud.google.com/firestore/docs/cmek">Customer-managed encryption keys (CMEK)</a>. This feature is in <a href="https://cloud.google.com/products#product-launch-stages">Preview</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>April 03, 2024</title>
    <id>tag:google.com,2016:fs-release-notes#April_03_2024</id>
    <updated>2024-04-03T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#April_03_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>You can now use Firestore to perform <a href="https://docs.cloud.google.com/firestore/docs/vector-search">K-nearest neighbor (KNN) vector searches</a>. This feature is in <a href="https://cloud.google.com/products#product-launch-stages">Preview</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>March 27, 2024</title>
    <id>tag:google.com,2016:fs-release-notes#March_27_2024</id>
    <updated>2024-03-27T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/firestore/docs/release-notes#March_27_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Firestore now supports using <a href="https://docs.cloud.google.com/firestore/docs/query-data/multiple-range-fields">range and inequality filters on multiple fields</a> in a single query. This feature is in <a href="https://cloud.google.com/products#product-launch-stages">Preview</a>.</p>
<h3>Feature</h3>
<p>Support for <a href="https://docs.cloud.google.com/firestore/docs/query-explain">Query Explain</a>. This feature is in <a href="https://cloud.google.com/products#product-launch-stages">Preview</a>.</p>
<p>Query Explain lets you submit queries and receive detailed query plan, billing and performance statistics on query execution in return. It helps you understand how your queries are executed, showing you inefficiencies.</p>
<p>It functions like the <code>EXPLAIN [ANALYZE]</code> operation in many relational database systems.</p>
<p>For more information, see the <a href="https://docs.cloud.google.com/firestore/docs/query-explain">guide for Query Explain</a>.</p>
]]>
    </content>
  </entry>

</feed>
