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 5216525 commit 0776883Copy full SHA for 0776883
FirebaseCore/Sources/FIRApp.m
@@ -822,7 +822,7 @@ + (void)registerSwiftComponents {
822
// Dictionary of class names that conform to `FIRLibrary` and their user agents. These should only
823
// be SDKs that are written in Swift but still visible to ObjC.
824
NSDictionary<NSString *, NSString *> *swiftComponents = @{
825
- @"FIRSessions" : @"fire-sessions",
+ @"FIRSessions" : @"fire-ses",
826
@"FIRFunctionsComponent" : @"fire-fun",
827
@"FIRStorageComponent" : @"fire-str",
828
};
0 commit comments