Skip to content

Commit

Permalink
docs: document new way to get access more easily (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak authored Feb 2, 2025
1 parent 6410dab commit c6df11e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Available through purchasing a license, and to Expo customers, this version incl

**An example app** - to showcase all **Modern Sign In** features

Your support helps improve the module and upstream SDKs (such as [1](https://github.com/openid/AppAuth-iOS/pull/788), [2](https://github.com/google/GoogleSignIn-iOS/pull/402)). Thank you for enabling better tools for the community! ❤️
Your support helps improve the module and upstream SDKs (such as [1](https://github.com/openid/AppAuth-iOS/pull/788), [2](https://github.com/google/GoogleSignIn-iOS/pull/402)).

### Public version

Expand Down
4 changes: 3 additions & 1 deletion docs/one-tap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ signature: (`params`: [`OneTapConfigureParams`](api#onetapconfigureparams)) => `

It is mandatory to call `configure` before attempting to call any of the sign-in methods. This method is synchronous, meaning you can call e.g. `signIn` right after it. Typically, you would call `configure` only once, soon after your app starts.

`webClientId` is a required parameter. Use "autoDetect" for [automatic webClientId detection](#automatic-config). If you're using neither Expo nor Firebase, you need to provide the `iosClientId` parameter. All other parameters are optional.
`webClientId` is a required parameter. Use "autoDetect" for [automatic webClientId detection](#automatic-config).

If you're using neither Expo nor Firebase, you also need to provide the `iosClientId` parameter. All other parameters are optional.

```ts title="Example of calling the configure() method"
GoogleOneTapSignIn.configure({
Expand Down

0 comments on commit c6df11e

Please sign in to comment.