-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ | |
#import "AppDelegate.h" | ||
|
||
@import Firebase; | ||
@import GoogleMaps; | ||
|
||
#import "AnnouncementsViewController.h" | ||
#import "ProfileViewController.h" | ||
|
@@ -30,6 +31,7 @@ @implementation AppDelegate | |
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { | ||
// Override point for customization after application launch. | ||
|
||
[GMSServices provideAPIKey:@"AIzaSyC8mM3hw_7LInrTqwnWQPSJmikX8O4LfeU"]; | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
josebet1
Author
Collaborator
|
||
[FIRApp configure]; | ||
|
||
ScheduleViewController *vc1 = [[ScheduleViewController alloc] init]; | ||
|
Be careful with API keys. @rohitdatta can get you one from our Google developer account.