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

We are running without Firebase and using only google cloud to create OAuth 2.0 Client IDs for two for android and one for web application. I've added the SHA from...

In our monorepo project, all nom dependencies are hoisted to the root directory's `node_modules` directory. In `/node_modules/@codetrix-studio/capacitor-google-auth/dist/esm/web.js` you reference `../../../../../capacitor.config.json`, which obviously does not work as the `capacitor.config.json` file is...

i got this error after ionic serve ERROR in node_modules/@codetrix-studio/capacitor-google-auth/node_modules/@capacitor/core/types/definitions-internal.d.ts:16:18 - error TS2430: Interface 'CapacitorInstance' incorrectly extends interface 'CapacitorGlobal'. [ng] Types of property 'Plugins' are incompatible. [ng] Property 'GoogleAuth' is...

In newer capacitor versions, the `capacitor.config.json` seems to be missing. There is a `capacitor.config.ts` instead. During build, I get the following error: ``` ./node_modules/@codetrix-studio/capacitor-google-auth/dist/esm/web.js:3:0-58 - Error: Module not found: Error:...

Trying to use Ionic with react framework, and when running a basic debug test, I get the following error: > Jest encountered an unexpected token > > Details: > ```...

"jest": "^26.6.3", "ts-jest": "^26.4.4", "@types/jest": "^26.0.23", Angular CLL 11 project with Ionic-Angular 5 FAIL src/app/home/user-report/user-report.service.spec.ts ● Test suite failed to run Jest encountered an unexpected token This usually means that...

Hello, first of all, I want to congratulate you on your excellent work with this plugin since it significantly contributes to the cross-platform development community. I'm going to tell you...

``` static createMetadata(): void { const googlePlatformMetadata = document.createElement('meta'); googlePlatformMetadata.setAttribute('name', 'google-signin-client_id'); googlePlatformMetadata.setAttribute('content', Config.plugins.GoogleAuth.serverClientId); document.head.appendChild(googlePlatformMetadata); } ``` It would be nice if the `` element is generated programmatically so that we...

Android studio can't find symbol class for Google Auth import com.codetrixstudio.capacitor.GoogleAuth.GoogleAuth; fails as it doesn't recognise 'codetrixstudio'

### Description Hello together I am facing an Issue regarding the use of your plugin in Capacitor. Everything works fine, just until I want to Sign in with your google...