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 a958597 commit b8747b9Copy full SHA for b8747b9
Firebase/Core/FIRApp.m
@@ -27,10 +27,12 @@
27
NSString *const kFIRServiceCrash = @"Crash";
28
NSString *const kFIRServiceDatabase = @"Database";
29
NSString *const kFIRServiceDynamicLinks = @"DynamicLinks";
30
+NSString *const kFIRServiceFirestore = @"Firestore";
31
NSString *const kFIRServiceInstanceID = @"InstanceID";
32
NSString *const kFIRServiceInvites = @"Invites";
33
NSString *const kFIRServiceMessaging = @"Messaging";
34
NSString *const kFIRServiceMeasurement = @"Measurement";
35
+NSString *const kFIRServicePerformance = @"Performance";
36
NSString *const kFIRServiceRemoteConfig = @"RemoteConfig";
37
NSString *const kFIRServiceStorage = @"Storage";
38
NSString *const kGGLServiceAnalytics = @"Analytics";
0 commit comments