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

Currently the plugin is dependent on credentials from https://firebase.google.com/ and won't work with just credentials from https://console.cloud.google.com/ On `Android`, this is due to the `googleSignInBuilder` having this two methods ```...

If this doesn't exist then I suppose this is a feature request. I would love to see the ability to add a parameter allowing users to always select a Google...

Edit: Updated build to the latest version still unable to build Edit 6/25/2020: Updated build version to 2.1.1 the issue is still prominent in build Not sure if this would...

It would be great to have a callback whenever there is a token update (at startup and later) in order to save the updated token to the application store :-)

enhancement

I've seen the problem before but couldn't solve this problem everything has been implemented but for some reason still error on google auth android What has been stated: - client...

Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [plist](https://github.com/TooTallNate/node-plist). These dependencies need to be updated together. Removes `xmldom` Updates `plist` from 3.0.1 to 3.0.6 Changelog Sourced from plist's...

dependencies

Yes, I did check the other thread with the similar title, none of their solution worked. It DOES work in the web in my localhost:port, but in the android emulator...

So I do not have a problem with the sign in. But I cannot understand what is the right flow for an autologin. When The user use the app for...

I have a vue 3 component that should sign in user: ``` import { defineComponent, onMounted } from 'vue'; import { GoogleAuth } from '@codetrix-studio/capacitor-google-auth'; export default defineComponent({ setup() {...

Trying to use the library in a project that uses NextJS & React. The web version of the app runs on NodeJS in a Google Cloud env. I'm trying to...