From c8dcba3344db1a55b5fb1bb5b00e92aa13f1c04a Mon Sep 17 00:00:00 2001 From: Chris Bianca Date: Tue, 20 Jun 2017 10:17:56 +0100 Subject: [PATCH] [docs] Update iOS install documentation --- docs/installation-ios.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation-ios.md b/docs/installation-ios.md index 3df9e5ea..5aaaa45f 100644 --- a/docs/installation-ios.md +++ b/docs/installation-ios.md @@ -12,9 +12,9 @@ and this to the `didFinishLaunchingWithOptions:(NSDictionary *)launchOptions` me `[FIRApp configure];` -## 2) Link RNFirebase +## 2) Setup RNFirebase -Unfortunately, due to the fact that Firebase is much easier to setup using Cocoapods, `react-native link` is not recommended as it is not customisable enough for our needs and we have had numerous problems reported. +Unfortunately, due to the fact that Firebase is much easier to setup using Cocoapods, *we do not recommend* `react-native link` as it is not customisable enough for our needs and we have had numerous problems reported. ### 2.0) If you don't already have Cocoapods set up Follow the instructions to install Cocoapods and create your Podfile [here](https://firebase.google.com/docs/ios/setup#add_the_sdk).