Reference documentation and code samples for the Firestore v1 API class Firestore.
The Cloud Firestore service.
Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL
document database that simplifies storing, syncing, and querying data for
your mobile, web, and IoT apps at global scale. Its client libraries provide
live synchronization and offline support, while its security features and
integrations with Firebase and Google Cloud Platform (GCP) accelerate
building truly serverless apps.
public static void BindService(ServiceBinderBase serviceBinder, Firestore.FirestoreBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["This document provides reference documentation for the Firestore v1 API class within the Google Cloud ecosystem, specifically the `Firestore` class."],["The `Firestore` class represents Cloud Firestore, a serverless, NoSQL document database for mobile, web, and IoT applications, designed for storing, syncing, and querying data at a global scale."],["The latest version of the `Firestore` API documented here is 3.10.0, and this document lists all the versions from 3.10.0 to 2.3.0 and the documentations associated to them."],["The `Firestore` class inherits members from the base `object` class, and has methods like `BindService` to register it's logic with a server."],["The Google `Firestore.V1` assembly is included in the `Google.Cloud.Firestore.V1.dll` file."]]],[]]