CodetrixStudio / CapacitorGoogleAuth

Capacitor plugin for Google Auth. Lightweight & no dependencies.
MIT License
284 stars 158 forks source link

this lib not auto updating android paths #145

Open sgarchavada opened 3 years ago

sgarchavada commented 3 years ago

Gradle path not showing like any other lib

Screenshot 2021-09-09 at 5 34 20 PM

As you can see, i am getting all other library as a module, but this one not. that is why I am getting this error in android

Screenshot 2021-09-09 at 5 34 12 PM

Its working fine in IOS, after I add capacitor.config.json to root folder of project. I already have capacitor.config.ts file, but still have to add it to make it work, otherwise I was getting compile time error on IOS.

Now, in android I am not able run this code bcz path not updating. how can make it work for android.

Able to SignIn in IOS => DONE ANDROID => NOT WORKING

"@codetrix-studio/capacitor-google-auth": "^3.0.2"
"@capacitor/cli": "3.2.2"
reslear commented 3 years ago

3.0.2 not support ts config, wait release future 3.1.0 or can use fork https://www.npmjs.com/package/@reslear/capacitor-google-auth/v/1.1.8

sgarchavada commented 3 years ago

Thanks @reslear, path finally added. import issue fixed.

sgarchavada commented 3 years ago

@reslear are you sure this fork is working on android I am getting something went wrong error. And this is not this one. https://github.com/CodetrixStudio/CapacitorGoogleAuth/issues/15

its different error code, mine is not ApiException: 10:

Screenshot 2021-09-10 at 11 45 21 AM