--- id: google-cloud-firestore version: "2.28.1" license: Apache-2.0 license_treatment: permissive maintenance: active --- # google-cloud-firestore — Google Cloud Firestore API client library License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install google-cloud-firestore uv add google-cloud-firestore poetry add google-cloud-firestore ## Description Python Client for Cloud Firestore ================================= |stable| |pypi| |versions| `Cloud Firestore`_: Accesses the NoSQL document database built for automatic scaling, high performance, and ease of application development. - `Client Library Documentation`_ - `Product Documentation`_ .. |stable| image:: https://img.shields.io/badge/support-stable-gold.svg :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#stability-levels .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-firestore.svg :target: https://pypi.org/project/google-cloud-firestore/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-firestore.svg :target: https://pypi.org/project/google-cloud-firestore/ .. _Cloud Firestore: https://cloud.google.com/firestore .. _Client Library Documentation: https://cloud.google.com/python/docs/reference/firestore/latest/summary_overview .. _Product Documentation: https://cloud.google.com/firestore Quick Start ----------- In order to use this library, you first need to go through the following steps: 1. `Select or create a Cloud Platform project.`_ 2. `Enable billing for your project.`_ 3.... ## AI interpretation — verify before relying Provides a Python client library for Google Cloud Firestore, a managed NoSQL document database that handles authentication, connection management, and API calls to read, write, and query Firestore collections and documents. Verdict: A production-stable, actively maintained client library for Firestore with low install friction and no known vulnerabilities. The permissive Apache-2.0 license poses no compliance risk. Suitable for applications that need a managed NoSQL database on Google Cloud, though setup requires prior GCP project configuration and authentication credentials. [View on SkillFed](https://skillfed.io/packages/google-cloud-firestore) · [View on PyPI](https://pypi.org/project/google-cloud-firestore/)