I\'m building my first iOS application, and I am using Firebase to handle authentication, database, etc. I added a sign up screen and used the following code to create a new
Class Name: AppDelegate+FCMPlugin.m
[FIRApp.configure()];
Put this at the top most of this method
- (BOOL)application:(UIApplication *)application customDidFinishLaunchingWithOptions:(NSDictionary *)launchOptions { if(![FIRApp defaultApp]){ [FIRApp configure];}}