CapacitorGoogleAuth
CapacitorGoogleAuth copied to clipboard
Capacitor plugin for Google Auth. Lightweight & no dependencies.
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 ... "....
 @ 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.  Described here: https://developers.google.com/identity/gsi/web/guides/fedcm-migration Im just wonderin if this will affect this...