Skip to content

Commit

Permalink
Add pod install line to quick starts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehesp committed Nov 4, 2019
1 parent 8d6ed4c commit 4709781
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/admob/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Install this module with Yarn:

```bash
yarn add @react-native-firebase/admob

# Using iOS
cd ios/ && pod install
```

**IMPORTANT**: Ensure you update the "Contains ads" settings in the Google Play Store (via Pricing & Distribution tab).
Expand Down
3 changes: 3 additions & 0 deletions docs/analytics/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Install this module with Yarn:

```bash
yarn add @react-native-firebase/analytics

# 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>.
Expand Down
3 changes: 3 additions & 0 deletions docs/app/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Install this module with Yarn:

```bash
yarn add @react-native-firebase/app

# 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>.
Expand Down
3 changes: 3 additions & 0 deletions docs/auth/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Install this module with Yarn:

```bash
yarn add @react-native-firebase/auth

# 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>.
Expand Down
3 changes: 3 additions & 0 deletions docs/database/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Install this module with Yarn:

```bash
yarn add @react-native-firebase/database

# 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>.
Expand Down
3 changes: 3 additions & 0 deletions docs/dynamic-links/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Install this module with Yarn:

```bash
yarn add @react-native-firebase/dynamic-links

# 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>.
Expand Down
3 changes: 3 additions & 0 deletions docs/firestore/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Install this module with Yarn:

```bash
yarn add @react-native-firebase/firestore

# 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>.
Expand Down
3 changes: 3 additions & 0 deletions docs/functions/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>.
Expand Down
3 changes: 3 additions & 0 deletions docs/iid/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Install this module with Yarn:

```bash
yarn add @react-native-firebase/iid

# 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>. iOS requires no additional steps.
Expand Down
3 changes: 3 additions & 0 deletions docs/in-app-messaging/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Install this module with Yarn:

```bash
yarn add @react-native-firebase/in-app-messaging

# 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>.
Expand Down
3 changes: 3 additions & 0 deletions docs/messaging/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Install this module with Yarn:

```bash
yarn add @react-native-firebase/messaging

# 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>.
Expand Down
3 changes: 3 additions & 0 deletions docs/ml-natural-language/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Install this module with Yarn:

```bash
yarn add @react-native-firebase/ml-natural-language

# 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>.
Expand Down
3 changes: 3 additions & 0 deletions docs/ml-vision/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Install this module with Yarn:

```bash
yarn add @react-native-firebase/ml-vision

# 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>.
Expand Down
3 changes: 3 additions & 0 deletions docs/perf/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Install this module with Yarn:

```bash
yarn add @react-native-firebase/perf

# 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>.
Expand Down
3 changes: 3 additions & 0 deletions docs/remote-config/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Install this module with Yarn:

```bash
yarn add @react-native-firebase/remote-config

# 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>.
Expand Down
3 changes: 3 additions & 0 deletions docs/storage/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Install this module with Yarn:

```bash
yarn add @react-native-firebase/storage

# 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>.
Expand Down

0 comments on commit 4709781

Please sign in to comment.