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 webpage details the `Firestore` class within the `Google.Cloud.Firestore.V1` namespace, which is a part of the Google Cloud Firestore service for .NET."],["Cloud Firestore is described as a serverless, NoSQL document database designed for mobile, web, and IoT applications, offering features like live synchronization, offline support, and security."],["The page provides access to various versions of the `Firestore` class documentation, ranging from version 2.3.0 to the latest version 3.10.0, in addition to the current page's version 2.4.0."],["The `Firestore` class includes methods such as `BindService`, which facilitates creating or registering a service definition with a server or service binder."],["The class inherits from `Object`, also presenting inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()`."]]],[]]