Merge branch 'master' of https://github.com/invertase/react-native-firebase into multi-apps
This commit is contained in:
commit
7fc40a2740
@ -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