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 4d2b60d commit 146dea0Copy full SHA for 146dea0
FirebasePerformance/Sources/FIRPerformance.m
@@ -51,8 +51,8 @@ - (FIRTrace *)traceWithName:(NSString *)name {
51
FPRLogError(kFPRTraceNotCreated, @"Failed creating trace %@. Firebase is not configured.",
52
name);
53
[NSException raise:kFirebasePerfErrorDomain
54
- format:@"The default Firebase app has not yet been configured. Add [FirebaseApp "
55
- @"configure] to your application initialization."];
+ format:@"The default Firebase app has not yet been configured. Add "
+ @"`FirebaseApp.configure()` to your application initialization."];
56
return nil;
57
}
58
FIRTrace *trace = [[FIRTrace alloc] initWithName:name];
0 commit comments