Skip to content

Commit c47123b

Browse files
authored
Update library name to fire-fiam. (#2352)
This is to remove ambiguity from other `iam` acronyms.
1 parent 6df99be commit c47123b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firebase/InAppMessaging/FIRInAppMessaging.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ + (void)disableAutoBootstrapWithFIRApp {
5050
+ (void)load {
5151
[FIRApp
5252
registerInternalLibrary:(Class<FIRLibrary>)self
53-
withName:@"fire-iam"
53+
withName:@"fire-fiam"
5454
withVersion:[NSString stringWithUTF8String:STR(FIRInAppMessaging_LIB_VERSION)]];
5555
}
5656

0 commit comments

Comments
 (0)