CapacitorGoogleAuth icon indicating copy to clipboard operation
CapacitorGoogleAuth copied to clipboard

this lib not auto updating android paths

Open sgarchavada opened this issue 4 years ago • 3 comments

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"

sgarchavada avatar Sep 09 '21 12:09 sgarchavada

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

reslear avatar Sep 09 '21 15:09 reslear

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

sgarchavada avatar Sep 10 '21 04:09 sgarchavada

@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

sgarchavada avatar Sep 10 '21 06:09 sgarchavada