We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19efa52 commit 1b3ff86Copy full SHA for 1b3ff86
remote_config/src/include/firebase/remote_config.h
@@ -68,10 +68,10 @@ enum FetchFailureReason {
68
69
/// @brief Describes the error codes returned by Remote Config.
70
enum RemoteConfigError {
71
- // No error.
72
- kRemoteConfigErrorNone = 0,
73
// Unimplemented error found.
74
kRemoteConfigErrorUnimplemented = -1,
+ // No error.
+ kRemoteConfigErrorNone = 0,
75
// Unable to make a connection to the Remote Config backend.
76
kRemoteConfigErrorConfigUpdateStreamError,
77
// The ConfigUpdate message was unparsable.
0 commit comments