Skip to content

Commit

Permalink
add Firebase SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathansoufer committed Oct 24, 2024
1 parent 71fe36d commit c4de8bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ios/MetaMask/AppDelegate.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#import <React/RCTBridgeDelegate.h>
#import <UIKit/UIKit.h>
#import <Firebase.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>

Expand Down
3 changes: 2 additions & 1 deletion ios/MetaMask/AppDelegate.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#import "AppDelegate.h"
#import <Firebase.h>
#import <React/RCTBridge.h>
#import <React/RCTBundleURLProvider.h>
#import <React/RCTRootView.h>
Expand Down Expand Up @@ -60,7 +61,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(

//Uncomment the following line to enable the splashscreen on ios
//[RNSplashScreen show];

[FIRApp configure];
return YES;
}

Expand Down

0 comments on commit c4de8bf

Please sign in to comment.