Skip to content

Commit 5eaeebb

Browse files
remove FIRApp configure call
1 parent 8aa708d commit 5eaeebb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mParticle-Google-Analytics-Firebase-GA4/MPKitFirebaseGA4Analytics.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ - (MPKitExecStatus *)execStatus:(MPKitReturnCode)returnCode {
9090
#pragma mark MPKitInstanceProtocol methods
9191
- (MPKitExecStatus *)didFinishLaunchingWithConfiguration:(NSDictionary *)configuration {
9292
_configuration = configuration;
93-
[FIRApp configure];
9493

9594
if ([FIRApp defaultApp] == nil) {
9695
NSAssert(NO, @"There is no instance of Firebase. Check the docs and review your code.");

0 commit comments

Comments
 (0)