Skip to content

Commit

Permalink
docs(authentication): update Google Sign-in setup instructions to inc…
Browse files Browse the repository at this point in the history
…lude `androidxCredentialsVersion` (#837)
  • Loading branch information
robingenz authored Mar 1, 2025
1 parent acdcdb3 commit 4412525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/authentication/docs/setup-google.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
```diff
ext {
+ rgcfaIncludeGoogle = true
+ androidxCredentialsVersion = '1.3.0'
}
```
Run [`npx cap update`](https://capacitorjs.com/docs/cli/update) to update the native plugins and dependencies.
Expand Down

0 comments on commit 4412525

Please sign in to comment.