Skip to content

Commit

Permalink
[docs][FirebaseAnalytics][FirebaseRecaptcha]: Revert changes and the …
Browse files Browse the repository at this point in the history
…contents of note back for other SDKs (expo#19135)
  • Loading branch information
amandeepmittal authored and Ddv0623 committed Sep 26, 2022
1 parent aef26c9 commit a54778d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 45 deletions.
9 changes: 1 addition & 8 deletions docs/pages/versions/v43.0.0/sdk/firebase-analytics.md
Expand Up @@ -6,7 +6,6 @@ sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-43/packages/expo-firebase-
import APISection from '~/components/plugins/APISection';
import InstallSection from '~/components/plugins/InstallSection';
import PlatformsSection from '~/components/plugins/PlatformsSection';
import { Terminal } from '~/ui/components/Snippet';
import { InlineCode } from '~/components/base/code';

> **This is the only Firebase Analytics package for React Native that has universal platform support (iOS, Android, Web, and Electron).**
Expand All @@ -26,13 +25,7 @@ When using the web platform, you'll also need to run `expo install firebase`, wh

### With native Firebase SDK

If you are using `expo-firebase-analytics` with React Native Firebase, you'll have to install the native Firebase SDK using the `expo install` command:

<Terminal cmd={["$ expo install @react-native-firebase/app"]} />

This will ensure that the `@react-native-firebase/app` dependency version is compatible with the Expo SDK version your project uses.

Also, make sure that you have React Native Firebase set up correctly in your project. For more information on how to configure it, see [using the native Firebase SDK](/guides/setup-native-firebase/#setup).
If you are using [React Native Firebase](https://rnfirebase.io/) in your project, you should use [`@react-native-firebase/analytics`](https://rnfirebase.io/analytics/usage) package provided by the library. For more information on how to configure the native Firebase, see [using the native Firebase SDK](/guides/setup-native-firebase/).

## Expo Go: Limitations & configuration

Expand Down
8 changes: 1 addition & 7 deletions docs/pages/versions/v43.0.0/sdk/firebase-recaptcha.md
Expand Up @@ -24,13 +24,7 @@ Additionally, you'll also need to install the webview using `expo install react-

### With native Firebase SDK

If you are using `expo-firebase-recaptcha` with React Native Firebase, you'll have to install the native Firebase SDK using the `expo install` command:

<Terminal cmd={["$ expo install @react-native-firebase/app"]} />

This will ensure that the `@react-native-firebase/app` dependency version is compatible with the Expo SDK version your project uses.

Also, make sure that you have React Native Firebase set up correctly in your project. For more information on how to configure it, see [using the native Firebase SDK](/guides/setup-native-firebase/#setup).
If you are using [React Native Firebase](https://rnfirebase.io/) in your project, you should use [`@react-native-firebase/auth`](https://rnfirebase.io/auth/phone-auth) package provided by the library. For more information on how to configure the native Firebase, see [using the native Firebase SDK](/guides/setup-native-firebase/).

### Basic usage

Expand Down
9 changes: 1 addition & 8 deletions docs/pages/versions/v44.0.0/sdk/firebase-analytics.md
Expand Up @@ -6,7 +6,6 @@ sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-44/packages/expo-firebase-
import APISection from '~/components/plugins/APISection';
import InstallSection from '~/components/plugins/InstallSection';
import PlatformsSection from '~/components/plugins/PlatformsSection';
import { Terminal } from '~/ui/components/Snippet';
import { InlineCode } from '~/components/base/code';

> **This is the only Firebase Analytics package for React Native that has universal platform support (iOS, Android, Web, and Electron).**
Expand All @@ -26,13 +25,7 @@ When using the web platform, you'll also need to run `expo install firebase`, wh

### With native Firebase SDK

If you are using `expo-firebase-analytics` with React Native Firebase, you'll have to install the native Firebase SDK using the `expo install` command:

<Terminal cmd={["$ expo install @react-native-firebase/app"]} />

This will ensure that the `@react-native-firebase/app` dependency version is compatible with the Expo SDK version your project uses.

Also, make sure that you have React Native Firebase set up correctly in your project. For more information on how to configure it, see [using the native Firebase SDK](/guides/setup-native-firebase/#setup).
If you are using [React Native Firebase](https://rnfirebase.io/) in your project, you should use [`@react-native-firebase/analytics`](https://rnfirebase.io/analytics/usage) package provided by the library. For more information on how to configure the native Firebase, see [using the native Firebase SDK](/guides/setup-native-firebase/).

## Expo Go: Limitations & configuration

Expand Down
8 changes: 1 addition & 7 deletions docs/pages/versions/v44.0.0/sdk/firebase-recaptcha.md
Expand Up @@ -24,13 +24,7 @@ Additionally, you'll also need to install the webview using `expo install react-

### With native Firebase SDK

If you are using `expo-firebase-recaptcha` with React Native Firebase, you'll have to install the native Firebase SDK using the `expo install` command:

<Terminal cmd={["$ expo install @react-native-firebase/app"]} />

This will ensure that the `@react-native-firebase/app` dependency version is compatible with the Expo SDK version your project uses.

Also, make sure that you have React Native Firebase set up correctly in your project. For more information on how to configure it, see [using the native Firebase SDK](/guides/setup-native-firebase/#setup).
If you are using [React Native Firebase](https://rnfirebase.io/) in your project, you should use [`@react-native-firebase/auth`](https://rnfirebase.io/auth/phone-auth) package provided by the library. For more information on how to configure the native Firebase, see [using the native Firebase SDK](/guides/setup-native-firebase/).

### Basic usage

Expand Down
9 changes: 1 addition & 8 deletions docs/pages/versions/v45.0.0/sdk/firebase-analytics.md
Expand Up @@ -7,7 +7,6 @@ packageName: 'expo-firebase-analytics'
import APISection from '~/components/plugins/APISection';
import {APIInstallSection} from '~/components/plugins/InstallSection';
import PlatformsSection from '~/components/plugins/PlatformsSection';
import { Terminal } from '~/ui/components/Snippet';
import { InlineCode } from '~/components/base/code';

> **This is the only Firebase Analytics package for React Native that has universal platform support (iOS, Android, Web, and Electron).**
Expand All @@ -27,13 +26,7 @@ When using the web platform, you'll also need to run `expo install firebase`, wh

### With native Firebase SDK

If you are using `expo-firebase-analytics` with React Native Firebase, you'll have to install the native Firebase SDK using the `expo install` command:

<Terminal cmd={["$ expo install @react-native-firebase/app"]} />

This will ensure that the `@react-native-firebase/app` dependency version is compatible with the Expo SDK version your project uses.

Also, make sure that you have React Native Firebase set up correctly in your project. For more information on how to configure it, see [using the native Firebase SDK](/guides/setup-native-firebase/#setup).
If you are using [React Native Firebase](https://rnfirebase.io/) in your project, you should use [`@react-native-firebase/analytics`](https://rnfirebase.io/analytics/usage) package provided by the library. For more information on how to configure the native Firebase, see [using the native Firebase SDK](/guides/setup-native-firebase/).

### Expo Go: Limitations & configuration

Expand Down
8 changes: 1 addition & 7 deletions docs/pages/versions/v45.0.0/sdk/firebase-recaptcha.md
Expand Up @@ -25,13 +25,7 @@ Additionally, you'll also need to install the webview using `expo install react-

### With native Firebase SDK

If you are using `expo-firebase-recaptcha` with React Native Firebase, you'll have to install the native Firebase SDK using the `expo install` command:

<Terminal cmd={["$ expo install @react-native-firebase/app"]} />

This will ensure that the `@react-native-firebase/app`dependency version is compatible with the Expo SDK version your project uses.

Also, make sure that you have React Native Firebase set up correctly in your project. For more information on how to configure it, see [using the native Firebase SDK](/guides/setup-native-firebase/#setup).
If you are using [React Native Firebase](https://rnfirebase.io/) in your project, you should use [`@react-native-firebase/auth`](https://rnfirebase.io/auth/phone-auth) package provided by the library. For more information on how to configure the native Firebase, see [using the native Firebase SDK](/guides/setup-native-firebase/).

### Basic usage

Expand Down

0 comments on commit a54778d

Please sign in to comment.