CodetrixStudio / CapacitorGoogleAuth

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

ERROR : "GoogleAuth" plugin is not implemented on android #228

Open Samerkassem opened 2 years ago

Samerkassem commented 2 years ago

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 it is giving this error. So my implementation is correct in ionic.

I TRIED everything, npx cap sync and update, all, the CodetrixStudio plugin is simply not showing in android studio, even tho the output of my update command is :

[info] Found 8 Capacitor plugins for android:
       @capacitor/camera@1.0.0
       @capacitor/device@4.0.1
       @capacitor/filesystem@1.0.0
       @capacitor/push-notifications@1.0.9
       @capacitor/splash-screen@1.0.0
       @capacitor/storage@1.0.0
       @codetrix-studio/capacitor-google-auth@3.2.0   
       capacitor-firebase-auth@3.0.0
√ update android in 218.25ms

See? no codetrixStudio-something

image

I am using capacitor 4.0 and I did follow the migration of 3 to 4

You can find my code in, check branch called 'branch':

https://bitbucket.org/fineonexchange/jobleb/src/branch/

IssaYor commented 2 years ago

image

right mouse click, select reload gradle project. Ready!!!