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-03-21 UTC."],[[["This documentation page covers the `Firestore` class within the `Google.Cloud.Firestore.V1` namespace, which is part of the Google Cloud Firestore .NET client library."],["The `Firestore` class, derived from the .NET `object` class, provides access to the Cloud Firestore service, a serverless NoSQL database designed for mobile, web, and IoT applications."],["The page details the `BindService` methods, which are utilized for creating and registering service definitions with a server, including specifying the server-side handling logic."],["Multiple versions of the `Firestore` class are available, with version 3.10.0 being the latest, and this page is specifically about the documentation for version 3.3.0."],["Cloud Firestore is highlighted as offering features such as live synchronization, offline support, and seamless integration with Firebase and Google Cloud Platform."]]],[]]