Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 823 Bytes

File metadata and controls

28 lines (19 loc) · 823 Bytes

iOS Setup

📂 AppDelegate.m

#include "AppDelegate.h"
#include "GeneratedPluginRegistrant.h"

+#import <Firebase/Firebase.h>

@implementation AppDelegate

 - (BOOL)application:(UIApplication *)application
    didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
  [GeneratedPluginRegistrant registerWithRegistry:self];
  // Override point for customization after application launch.
+ [FIRApp configure];
  return [super application:application didFinishLaunchingWithOptions:launchOptions];
}

@end

Google-Services-Info.plist

From your Firebase Console, copy your downloaded Google-Services-Info.plist file into your application: