CapacitorGoogleAuth icon indicating copy to clipboard operation
CapacitorGoogleAuth copied to clipboard

Capacitor plugin for Google Auth. Lightweight & no dependencies.

Results 149 CapacitorGoogleAuth issues
Sort by recently updated
recently updated
newest added

just for record i have added the "SHA1" key of android studio "the debug key", the SHA1 key of released apk i used these commands to get the SHA1 keys...

Bumps [send](https://github.com/pillarjs/send) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `send` from 0.17.1 to 0.19.0 Release notes Sourced from send's releases. 0.19.0 What's Changed Remove link renderization in...

dependencies

Bumps [serve-static](https://github.com/expressjs/serve-static) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `serve-static` from 1.14.1 to 1.16.2 Release notes Sourced from serve-static's releases. 1.16.0 What's Changed Remove link renderization in...

dependencies

Bumps [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `body-parser` from 1.19.0 to 1.20.3 Release notes Sourced from body-parser's releases. 1.20.3 What's Changed Important deps: [email protected] add...

dependencies

When the use closes the Accounts Modal, the CapacitorGoogleAuth don't retern message or something to know the user closed the modal.

I need `refreshToken` at the time of login (Web, Android, IOS) in all the platforms. I need to use some google API's. Specifically `spreadsheet` API to read and write data....

Version of the plugin: RC4 code: ```javascript GoogleAuth.initialize({ clientId: '...', grantOfflineAccess: false, }); // arbitrary delay to init the UI // onButtonClick: GoogleAuth.signIn() ``` capacitor.config.ts entry ```json "GoogleAuth": { "clientId":...

Bumps [socket.io](https://github.com/socketio/socket.io) to 4.7.5 and updates ancestor dependency [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together. Updates `socket.io` from 2.1.1 to 4.7.5 Release notes Sourced from socket.io's releases. 4.7.5 Bug...

dependencies

Bumps [ws](https://github.com/websockets/ws), [engine.io](https://github.com/socketio/engine.io) and [socket.io-adapter](https://github.com/socketio/socket.io-adapter). These dependencies needed to be updated together. Updates `ws` from 8.13.0 to 8.17.1 Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS...

dependencies

Basically Im trying to sign in with the google using this ``` Function async loginWithGoogle() { const user = await GoogleAuth.signIn(); console.log(user); } ``` Just in case it is important...