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

Hello everyone! I upgraded by application from capacitor 2 to capacitor 3. Now, I am facing issue with google login. I am using @codetrix-studio/capacitor-google-auth": "3.0.1" plugin for this. And I...

(see bottom for environment info) I am trying to get google sign in working on both Android and iOS. I got it working on iOS pretty easily but the Android...

Hello! Please make init() return a Promise that resolves after initialization is complete. This is necessary in order to initialize only when it is really needed. Thank you!

Would you please update the project demo to the latest version so that we can view the demonstration?

Hello, a strange issue happens with Nuxt `2.15.4` when importing this line inside the script section: ```javascript import { GoogleAuth } from '@codetrix-studio/capacitor-google-auth' ``` ```bash render function or template not...

`const user = await GoogleAuth.signIn();` Ionic 5 Capacitor 3 If I testing this on web all working fine, but if I am on native device (in my case android) `user.authentication`...

When I GoogleAuth.signIn() then reboot or force close the app, it closes the connection, and so I signIn() again but get the "Confirm your choices" dialog every time. I don't...

Gradle path not showing like any other lib As you can see, i am getting all other library as a module, but this one not. that is why I am...

Hi there, I get the following error when I try and build my ionic app with this plugin installed for iOS: ``` ld: in /Users/gvqz/dev/github/mindfully/react-client/ios/App/Pods/GoogleSignIn/Frameworks/GoogleSignIn.framework/GoogleSignIn(GIDEMMErrorHandler_3a47e13d8ca81b41e9cdb7ef5468004a.o), building for iOS Simulator, but...

I follow this guide https://devdactic.com/capacitor-google-sign-in/ and I have two problems. ## The first is on iOS device When I try to call GoogleAuth: const googleUser = await GoogleAuth.signIn() as any;...