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 ef571e0 commit 671c879Copy full SHA for 671c879
FirebaseRemoteConfig/Sources/RCNConfigRealtime.m
@@ -488,7 +488,7 @@ - (void)autoFetch:(NSInteger)remainingAttempts targetVersion:(NSInteger)targetVe
488
code:FIRRemoteConfigUpdateErrorNotFetched
489
userInfo:@{
490
NSLocalizedDescriptionKey :
491
- @"Unable to fetch the latest version of the template.."
+ @"Unable to fetch the latest version of the template."
492
}];
493
FIRLogError(kFIRLoggerRemoteConfig, @"I-RCN000011",
494
@"Ran out of fetch attempts, cannot find target config version.");
0 commit comments