Protected ReadonlydbProtectedprefetchFetches all remote configurations in the current workspace.
A record of feature names to FeatureConfig instances
Fetches the remote configuration for a specific feature or application.
The name of the feature or application
A FeatureConfig instance, or null if not found
ProtectedsafeProtectedsafeOptionalonError: (error: Error) => voidSubscribes to real-time updates for a single remote configuration.
Name of the feature to watch
Callback triggered when the configuration changes
OptionalonError: (error: Error) => voidOptional error callback
Unsubscribe function
Firebase-backed reader for maintenance window configurations.
This class provides methods to fetch and subscribe to maintenance window data (FeatureRemoteConfig) from Firestore.
Example