I followed all instructions for integrating the new firebase
release on ios
:
I downloaded the file GoogleService-Info.plist
Its work for me in this way.
using FirebaseCore/FirebaseCore.h
Try the below code.
#import "AppDelegate.h"
#import
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override point for customization after application launch.
[FIRApp configure];
return YES;
}