File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Functions/FirebaseFunctions Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ @implementation FIRDynamicLinks {
115
115
#ifdef FIRDynamicLinks3P
116
116
117
117
+ (void )load {
118
- [FIRApp registerInternalLibrary: self withName: @" fire-dynlinks " withVersion: kFIRDLVersion ];
118
+ [FIRApp registerInternalLibrary: self withName: @" fire-dl " withVersion: kFIRDLVersion ];
119
119
}
120
120
121
121
+ (nonnull NSArray <FIRComponent *> *)componentsToRegister {
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ - (void)dealloc {
213
213
214
214
+ (void )load {
215
215
[FIRApp registerInternalLibrary: (Class <FIRLibrary>)self
216
- withName: @" fire-msg "
216
+ withName: @" fire-fcm "
217
217
withVersion: FIRMessagingCurrentLibraryVersion ()];
218
218
}
219
219
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ - (instancetype)initWithApp:(FIRApp *)app {
53
53
54
54
+ (void )load {
55
55
[FIRApp registerInternalLibrary: (Class <FIRLibrary>)self
56
- withName: @" fire-storage "
56
+ withName: @" fire-str "
57
57
withVersion: [NSString stringWithUTF8String: FIRStorageVersionString]];
58
58
}
59
59
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ @implementation FIRFunctions
77
77
+ (void )load {
78
78
NSString *version = [NSString stringWithUTF8String: (const char *const )STR (FIRFunctions_VERSION)];
79
79
[FIRApp registerInternalLibrary: (Class <FIRLibrary>)self
80
- withName: @" fire-functions "
80
+ withName: @" fire-fun "
81
81
withVersion: version];
82
82
}
83
83
You can’t perform that action at this time.
0 commit comments