Expand description
Firebase Remote Config module.
This module provides functionality to read and modify the Remote Config template.
§Optimistic Concurrency
The publish method uses the ETag from the fetched configuration to ensure optimistic concurrency.
If the remote configuration has changed since it was fetched, the publish operation will fail.
Modules§
Structs§
- Firebase
Remote Config - Client for interacting with Firebase Remote Config.
Enums§
- Error
- Errors that can occur during Remote Config operations.