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 for .NET, which is part of the Cloud Firestore service."],["The Cloud Firestore service is described as a serverless, NoSQL document database designed for mobile, web, and IoT applications, offering features like live synchronization and offline support."],["The page includes a list of versions of the `Firestore` class, ranging from version 3.10.0 (latest) down to version 2.3.0."],["`Firestore` inherits members from the `Object` class, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The page provides method information for `BindService`, which allows the creation of server service definitions and the binding of service methods."]]],[]]