Firestore v1 API - Class Firestore (3.6.0)

public static class Firestore

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.

Inheritance

object > Firestore

Namespace

Google.Cloud.Firestore.V1

Assembly

Google.Cloud.Firestore.V1.dll

Methods

BindService(FirestoreBase)

public static ServerServiceDefinition BindService(Firestore.FirestoreBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplFirestoreFirestoreBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, FirestoreBase)

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.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplFirestoreFirestoreBase

An object implementing the server-side handling logic.