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

my system configuration: Ionic: Ionic CLI : 6.6.0 (/home/azureuser/.nvm/versions/node/v10.15.3/lib/node_modules/@ionic/cli) Ionic Framework : @ionic/angular 5.6.8 @angular-devkit/build-angular : 0.803.29 @angular-devkit/schematics : 10.0.8 @angular/cli : 8.3.29 @ionic/angular-toolkit : 2.3.3 Capacitor: Capacitor CLI :...

I got this error when I google-sign in to IOS App Delegate.swift: class AppDelegate: UIResponder, UIApplicationDelegate { Thread 1: "presentingViewController must be set." First throw call stack: ( 0 CoreFoundation...

We need to send a value into the authorization queryString and have google send that back to use with the redirect URI. Usually this is done using `state` key. Is...

[ ![Screenshot 2021-04-08 161437](https://user-images.githubusercontent.com/79451118/114124141-f0eb8400-991d-11eb-952e-7ac9c7cde643.png) ](url)

I'm getting a null pointer exception when i run the app after deploying it to the play store. It works when i deploy a debug build to the phone. ```...

we have encountered this error while trying to execute angular universal, it is caused by the fact that node doesn't have a document. we have suggested a quick fix in...

Hi there, i´ve the following error since i updated to Angular10: Property 'authentication' does not exist on type '{ value: string; }' I used the workaround with "null" on signIn...

On android GoogleAuth.signIn() promise returns before I have even accepted the scopes with an empty object. Also, where can I configure the redirect uri and state?

As described here: https://developers.google.com/identity/sign-in/android/sign-in#check_for_an_existing_signed-in_user I'm using this and that works great, I would love if this could make its way to a future release in some shape or form. See...

I see theres a "displayName" property returned by the signin() method, but ain't on the interface **User** could you please update the interface properly so it reflect all the properties...