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

Occasionally we receive the error `java.lang.NegativeArraySizeException on GoogleAuth.load (GoogleAuth.java:45)` This causes the login button to not work. Is there any particular reason this happens?

Okay, this might come across as a dumb question, but I'm a baby with this stuff so if someone could hear me out I would really appreciate it! I've got...

Hi all. I'm on Capacitor 3 and Vue 2 (quasar framework). In iOs all works fine. In android, when I click on the button shows the gmail accounts. Then select...

Followed tutorial here: https://devdactic.com/capacitor-google-sign-in/ Haven't tried native app yet, but when running as PWA/WEb, I get this error: vue.runtime.esm.js?2b0e:1888 ReferenceError: gapi is not defined at GoogleAuthWeb.eval (web.js?9e96:64) at Generator.next ()...

Hi, I've been experiencing an issue where I cannot sign in again after signing out with google. The app just stalls on the call to `GoogleAuth.signIn()` with no error message....

Please provide Silent-SignIn feature. ( auth.api.signin.GoogleSignInClient.silentSignIn() ) This can be used to refresh the token by signing in the user in background without displaying any user interface. I need this...

web.js currently default imports the config from the capacitor.config.json, however in the latest capacitor apps a .ts file is used. Would recommend making a note about it for Angular 12+...

Hi everyone, I have been trying to log in with Google for several days but without success on Android devices. If I try on the Web & IOS it works...

Is this the equivalent to Sign in with Apple? On apple, users can signin in by a single tap where they define email and by clicking continue it uses biometrics...