2
0
mirror of synced 2025-01-11 14:44:12 +00:00

Correct ios installation documentation syntax

This commit is contained in:
chrisbianca 2017-03-27 12:39:39 +01:00 committed by GitHub
parent f300149d2f
commit 78835f4556

View File

@ -31,8 +31,8 @@ Then you can run `(cd ios && pod install)` to get the pods installed.
You need to add the following to the top of `ios/AppDelegate.m`:
`#import <Firebase.h>
`#import <Firebase.h>`
and this to the `didFinishLaunchingWithOptions:(NSDictionary *)launchOptions` method:
`[FIRApp configure];
`[FIRApp configure];`