Skip to content

Commit a78f5e7

Browse files
committed
migrate ios: remove firebase from example app
1 parent 9135266 commit a78f5e7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

examples/mlkit/ios/mlkit/AppDelegate.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
#import "AppDelegate.h"
99

10-
#import <Firebase.h>
1110
#import <React/RCTBundleURLProvider.h>
1211
#import <React/RCTRootView.h>
1312

@@ -17,8 +16,6 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
1716
{
1817
NSURL *jsCodeLocation;
1918

20-
[FIRApp configure];
21-
2219
jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
2320

2421
RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation

0 commit comments

Comments
 (0)