# capacitor-native-google-auth

Capacitor GoogleAuth plugin

## Install

```bash
npm install capacitor-native-google-auth
npx cap sync
```

## API

<docgen-index>

* [`signIn()`](#signin)

</docgen-index>

<docgen-api>
<!--Update the source file JSDoc comments and rerun docgen to update the docs below-->

### signIn()

```typescript
signIn() => Promise<{ idToken: string; }>
```

**Returns:** <code>Promise&lt;{ idToken: string; }&gt;</code>

--------------------

</docgen-api>
