diff --git a/src/ios/AppDelegate+FirebaseInvites.m b/src/ios/AppDelegate+FirebaseInvites.m index fdf17d8..d079301 100755 --- a/src/ios/AppDelegate+FirebaseInvites.m +++ b/src/ios/AppDelegate+FirebaseInvites.m @@ -19,8 +19,9 @@ + (void)load { - (BOOL)application:(UIApplication *)application swizzledDidFinishLaunchingWithOptions:(NSDictionary *)launchOptions { [self application:application swizzledDidFinishLaunchingWithOptions:launchOptions]; - - [FIRApp configure]; + if([FIRApp defaultApp] == nil){ + [FIRApp configure]; + } return YES; }