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

can you please update the library to support the new google signin flow https://developers.google.com/identity/gsi/web/guides/migration#popup-mode_1 the one implemented here has been deprecated. your client application uses libraries for user authentication or...

Hi, Is there any plans to support android credential manager? It can play along nicely with this plugin

Hi, Is there any plans to support android credential manager? It can play along nicely with this plugin

I see there are many issues that seem to stem from the incorrect use of IDs, for example the "Unexpectedly found nil while implicitly unwrapping an Optional value ... "....

![image](https://github.com/CodetrixStudio/CapacitorGoogleAuth/assets/12968781/6c327c46-c919-4488-b309-4b5f1fbe9bc5) @ Override public void load() {} If this is left, no function works

Updated the GoogleSignIn dependency to: - include necessary privacy manifests - ensure compatibility with newer Google MLKit based capacitor plugins (E.G. `@capacitor-mlkit/barcode-scanning`)

Ok so I used this pluggin to create a simple google sign in it works best on web and on android the app crashes when signIn function is clicked the...

We need to implement Google OAuth login in our Ionic Capacitor app, which connects to multiple backends, each with its own Google OAuth CLIENT_ID. The CLIENT_ID for Google login should...

After calling GoogleAuth.signIn() I am getting error with this message { "type": "userLoggedOut", "idpId": "google" } It shows after passing all OAuth consent screens

Hello, I saw in the Google Documentary that Google Plans to Change something in their GIS Service structure. ![grafik](https://github.com/user-attachments/assets/f6b767df-4162-4ecc-8d96-2d2524c4fd47) Described here: https://developers.google.com/identity/gsi/web/guides/fedcm-migration Im just wonderin if this will affect this...