aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Example/Core')
-rw-r--r--Example/Core/App/iOS/FIRAppDelegate.m4
1 files changed, 3 insertions, 1 deletions
diff --git a/Example/Core/App/iOS/FIRAppDelegate.m b/Example/Core/App/iOS/FIRAppDelegate.m
index 0ecfdea..8819126 100644
--- a/Example/Core/App/iOS/FIRAppDelegate.m
+++ b/Example/Core/App/iOS/FIRAppDelegate.m
@@ -14,11 +14,13 @@
#import "FIRAppDelegate.h"
+@import FirebaseCommunity;
+
@implementation FIRAppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
- // Override point for customization after application launch.
+ [FIRApp configure];
return YES;
}