Fix incorrect status message when remote config fetch is successful
This commit is contained in:
parent
d7275edc75
commit
6375f32c35
@ -10,8 +10,8 @@ NSString *convertFIRRemoteConfigFetchStatusToNSString(FIRRemoteConfigFetchStatus
|
||||
switch(value){
|
||||
case FIRRemoteConfigFetchStatusNoFetchYet:
|
||||
return @"config/no_fetch_yet";
|
||||
case FIRRemoteConfigFetchStatusFailure:
|
||||
return @"config/failure";
|
||||
case FIRRemoteConfigFetchStatusSuccess:
|
||||
return @"config/success";
|
||||
case FIRRemoteConfigFetchStatusThrottled:
|
||||
return @"config/throttled";
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user