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-05-02 UTC."],[[["The latest version of the Firestore v1 API class is 3.10.0, with previous versions ranging from 3.9.0 down to 2.3.0 available for reference."],["Firestore is a fast, fully managed, serverless, cloud-native NoSQL document database designed for storing, syncing, and querying data for mobile, web, and IoT applications."],["The `Firestore` class inherits from the `object` class, and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `Firestore` class provides methods for binding service definitions, including `BindService(FirestoreBase)` for registering a service definition with a server and `BindService(ServiceBinderBase, FirestoreBase)` for customizing service binding logic."],["The namespace of the Firestore v1 API is `Google.Cloud.Firestore.V1` and it is contained within the `Google.Cloud.Firestore.V1.dll` assembly."]]],[]]