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 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 in C# .NET."],["The Firestore service, a fully managed, serverless NoSQL document database, offers features such as live synchronization, offline support, and integration with Firebase and Google Cloud Platform."],["The `Firestore` class has inherited members from the base `object` class including methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The document outlines two static methods, `BindService(FirestoreBase)` and `BindService(ServiceBinderBase, FirestoreBase)`, which are utilized for creating and registering service definitions and methods within a server context."],["This document includes the list of versions for this API, with version 3.10.0 being the latest, and version 2.3.0 being the earliest."]]],[]]