Skip to content

Commit d709f76

Browse files
committed
docs(auth, google): move topic headings for clarity
1 parent e6642ec commit d709f76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/auth/social-auth.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,9 @@ For Expo projects, follow [the setup instructions for Expo](https://react-native
219219

220220
For bare React-Native projects, most configuration is already setup when using Google Sign-In with React-Native-Firebase's configuration, however you need to ensure your machines SHA1 key has been configured for use with Android. You can see how to generate the key on the [Getting Started](/) documentation.
221221

222-
Before triggering a sign-in request, you must initialize the Google SDK using your any required scopes and the
222+
### Using Google Sign-In
223+
224+
Before triggering a sign-in request, you must initialize the Google SDK with any required scopes and the
223225
`webClientId`, which can be found in the `android/app/google-services.json` file as the `client/oauth_client/client_id` property (the id ends with `.apps.googleusercontent.com`). Make sure to pick the `client_id` with `client_type: 3`
224226

225227
```js
@@ -230,8 +232,6 @@ GoogleSignin.configure({
230232
});
231233
```
232234

233-
### Using Google Sign-In
234-
235235
Once initialized, setup your application to trigger a sign-in request with Google using the `signIn` method.
236236

237237
```jsx

0 commit comments

Comments
 (0)