Skip to content

Commit b9d329e

Browse files
committed
Update user agent strings to match spec
1 parent 067de13 commit b9d329e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Firebase/DynamicLinks/FIRDynamicLinks.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ @implementation FIRDynamicLinks {
115115
#ifdef FIRDynamicLinks3P
116116

117117
+ (void)load {
118-
[FIRApp registerInternalLibrary:self withName:@"fire-dynlinks" withVersion:kFIRDLVersion];
118+
[FIRApp registerInternalLibrary:self withName:@"fire-dl" withVersion:kFIRDLVersion];
119119
}
120120

121121
+ (nonnull NSArray<FIRComponent *> *)componentsToRegister {

Firebase/Messaging/FIRMessaging.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ - (void)dealloc {
213213

214214
+ (void)load {
215215
[FIRApp registerInternalLibrary:(Class<FIRLibrary>)self
216-
withName:@"fire-msg"
216+
withName:@"fire-fcm"
217217
withVersion:FIRMessagingCurrentLibraryVersion()];
218218
}
219219

Firebase/Storage/FIRStorageComponent.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ - (instancetype)initWithApp:(FIRApp *)app {
5353

5454
+ (void)load {
5555
[FIRApp registerInternalLibrary:(Class<FIRLibrary>)self
56-
withName:@"fire-storage"
56+
withName:@"fire-str"
5757
withVersion:[NSString stringWithUTF8String:FIRStorageVersionString]];
5858
}
5959

Functions/FirebaseFunctions/FIRFunctions.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ @implementation FIRFunctions
7777
+ (void)load {
7878
NSString *version = [NSString stringWithUTF8String:(const char *const)STR(FIRFunctions_VERSION)];
7979
[FIRApp registerInternalLibrary:(Class<FIRLibrary>)self
80-
withName:@"fire-functions"
80+
withName:@"fire-fun"
8181
withVersion:version];
8282
}
8383

0 commit comments

Comments
 (0)