Update firebase-setup.md
This commit is contained in:
parent
c284f73c04
commit
3dda4dad9c
|
@ -10,15 +10,7 @@ Each platform uses a different setup method after creating the project.
|
||||||
|
|
||||||
## iOS
|
## iOS
|
||||||
|
|
||||||
After creating a Firebase project, click on the [Add Firebase to your iOS app](http://d.pr/i/3sEL.png) and follow the steps from there to add the configuration file. You do _not_ need to set up a cocoapods project (this is already done through RNFirebase). Make sure not to forget the `Copy Files` phase in iOS.
|
See the [ios setup guide](/installation.ios.md).
|
||||||
|
|
||||||
[Download the Firebase config file](https://support.google.com/firebase/answer/7015592) and place it in your app directory next to your app source code:
|
|
||||||
|
|
||||||
![GoogleService-Info.plist](http://d.pr/i/1eGev.png)
|
|
||||||
|
|
||||||
Once you download the configuration file, make sure you place it in the root of your Xcode project. Every different Bundle ID (aka, even different project variants needs their own configuration file).
|
|
||||||
|
|
||||||
Lastly, due to some dependencies requirements, RNFirebase supports iOS versions 8.0 and up. Make sure to update the minimum version of your iOS app to `8.0`.
|
|
||||||
|
|
||||||
## Android
|
## Android
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue