Add pod install line to quick starts

This commit is contained in:
ehesp
2019-11-04 09:02:11 +00:00
parent 8d6ed4c543
commit 4709781fb0
16 changed files with 48 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ Install this module with Yarn:
```bash
yarn add @react-native-firebase/functions
# Using iOS
cd ios/ && pod install
```
> Integrating manually and not via React Native auto-linking? Check the setup instructions for <Anchor version group href="/android">Android</Anchor> & <Anchor version group href="/ios">iOS</Anchor>.