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

Hi, I'm trying to use your plugin to substitute the login with google part of another plugin, to then authenticate to firebase. The problem is, i'm getting an incompatibility version...

![Screenshot (29)](https://github.com/CodetrixStudio/CapacitorGoogleAuth/assets/120707228/4fe29639-aac7-4b4f-b66e-505706f3c645) Ionic: Ionic CLI : 7.2.0 (C:\Users\akash\AppData\Roaming\npm\node_modules\@ionic\cli) Ionic Framework : @ionic/angular 7.6.0 @angular-devkit/build-angular : 17.0.6 @angular-devkit/schematics : 17.0.6 @angular/cli : 17.0.6 @ionic/angular-toolkit : 9.0.0 Capacitor: Capacitor CLI : 5.5.1...

### Having custom scopes whenever the function initializes I have an app whereby there are different scope requirements for different functions of the app so as to not request excessive...

As we have a opensource project which use your fantastica GoogleAuth capacitor plugin, we need to setup the plugin dynamically on startup. If we remove the configuration from the capacitor.config.ts...

I got this message on the JS console. According to https://developers.googleblog.com/2022/03/gis-jsweb-authz-migration.html are you planning to do this migration in the near future?

The following code in the `GoogleAuth` class causes rather cryptic error when the scopes array is not provided or it's empty (`NegativeArraySizeException`). https://github.com/CodetrixStudio/CapacitorGoogleAuth/blob/41ece7d6ff97643feb316df0113342a00d0d7717/android/src/main/java/com/codetrixstudio/capacitor/GoogleAuth/GoogleAuth.java#L70-L71 This happens when the developer provides empty...

Each time user tries to login, the package asks for google auth context, which is not how other apps works. ![269ad2de-3e89-43c6-800e-1377f8881be0](https://user-images.githubusercontent.com/37369204/234302081-4c2e0de4-1896-4e3a-a882-3a4299e4d200.jpeg) how can i configure the package so it will...

When i run my app in iOS in both of real device and simulator, Google authentication dialog is opened correctly and input my google account then submit. Google authentication is...

having an issue with only android. ios and web works fine. based on the latest ionic/cap project i just created to see if this even works.

I am defining in CapacitorConfig file the iosScheme: "app" like this which makes it posible that i can fetch all data from the database when i remove it, it can...