Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/auth/social-auth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ Install the package and its peer dependency:
yarn add react-native-nitro-google-signin react-native-nitro-modules
```

Then follow the [installation](https://react-native-nitro-google-signin.github.io/docs/getting-started/installation) and [Google Cloud setup](https://react-native-nitro-google-signin.github.io/docs/setup/google-cloud) guides. For Expo, use a [development build](https://docs.expo.dev/develop/development-builds/introduction/) and the [Expo config plugin](https://react-native-nitro-google-signin.github.io/docs/setup/expo) — it does not run in Expo Go.
Then follow the [installation](https://react-native-nitro-google-sign-in.github.io/docs/getting-started/installation) and [Google Cloud setup](https://react-native-nitro-google-sign-in.github.io/docs/setup/google-cloud) guides. For Expo, use a [development build](https://docs.expo.dev/develop/development-builds/introduction/) and the [Expo config plugin](https://react-native-nitro-google-sign-in.github.io/docs/setup/expo) — it does not run in Expo Go.
Comment thread
mikehardy marked this conversation as resolved.

#### Using Google Sign-In with Firebase

Expand Down Expand Up @@ -294,7 +294,7 @@ Upon successful sign-in, any [`onAuthStateChanged`](/auth/usage#listening-to-aut

If you test on an Android emulator, use an image with **Google APIs** or **Google Play** system images.

Full API details: [react-native-nitro-google-signin documentation](https://react-native-nitro-google-signin.github.io/).
Full API details: [react-native-nitro-google-signin documentation](https://react-native-nitro-google-sign-in.github.io/).
Comment thread
mikehardy marked this conversation as resolved.

### @react-native-google-signin/google-signin

Expand Down
Loading