Cloud Firestore V1 Client - Class RealtimeUpdatesMode (2.2.0-RC1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Firestore V1 Client class RealtimeUpdatesMode.
The Realtime Updates mode.
Protobuf type google.firestore.admin.v1.RealtimeUpdatesMode
Namespace
Google \ Cloud \ Firestore \ Admin \ V1
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
REALTIME_UPDATES_MODE_UNSPECIFIED
Value: 0
The Realtime Updates feature is not specified.
Generated from protobuf enum REALTIME_UPDATES_MODE_UNSPECIFIED = 0;
REALTIME_UPDATES_MODE_ENABLED
Value: 1
The Realtime Updates feature is enabled by default.
This could potentially degrade write performance for the database.
Generated from protobuf enum REALTIME_UPDATES_MODE_ENABLED = 1;
REALTIME_UPDATES_MODE_DISABLED
Value: 2
The Realtime Updates feature is disabled by default.
Generated from protobuf enum REALTIME_UPDATES_MODE_DISABLED = 2;
[[["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 2026-04-28 UTC."],[],[]]