CapacitorGoogleAuth icon indicating copy to clipboard operation
CapacitorGoogleAuth copied to clipboard

Capacitor plugin for Google Auth. Lightweight & no dependencies.

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

First line of this method: public void signIn(PluginCall call) { Intent signInIntent = googleSignInClient.getSignInIntent(); startActivityForResult(call, signInIntent, "signInResult"); } generates an exception: java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.Intent com.google.android.gms.auth.api.signin.GoogleSignInClient.getSignInIntent()' on...

I am getting this error when trigger `GoogleAuth.signOut()` ``` CodetrixStudioCapacitorGoogleAuth/Plugin.swift:121: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value @objc func signOut(_ call: CAPPluginCall) { DispatchQueue.main.async { self.googleSignIn.signOut();...

in podspec file: s.ios.deployment_target is 12. But I'm using latest capacitor and minimal build version is 13. If I change podspec manually to 13 this works. So maybe to change...

This plugin is currently the last blocker for update to Capacitor 6 for us and it blocks some other important updates in our app. Capacitor 6 support is released in...

Showing Popup is not good idea for security reasons. Better you implement redirect_uri. google also suggesting the same in few documents. That is the reason they given this.

I integrated plugin on my ionic capacitor app. On iOS, it works. On Android Device I always receve this error: ```json {"save":false,"callbackId":"29072639","pluginId":"GoogleAuth","methodName":"signIn","success":false,"error":{"message":"Something went wrong","code":"10"}} ``` I configured all as wiki...

After installing the latest release of this plugin, the `npx cap update` command results in error during the pod install phase, see the following output: ```bash $ npx cap update...

Do we really need this ? Because it is deprecated since Android 6.0 and it is a dangerous permission according to Mobsf anaylsis

Bumps [ws](https://github.com/websockets/ws) to 6.2.3 and updates ancestor dependency [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together. Updates `ws` from 6.2.1 to 6.2.3 Release notes Sourced from ws's releases. 6.2.3 Bug...

dependencies

Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependencies [braces](https://github.com/micromatch/braces), [@angular-devkit/core](https://github.com/angular/angular-cli), [@angular-devkit/schematics](https://github.com/angular/angular-cli), [@angular-devkit/build-angular](https://github.com/angular/angular-cli), [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) and [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together. Updates `braces` from 2.3.2 to 3.0.3 Changelog Sourced...

dependencies