jaychang0917/SimpleAuth

Google Login

Closed this issue · 5 comments

Hi,
When the Google Popup appear to select the Google account and I press back, the Activity becomes empty and the cancel method is not called.
Can you solve this please?
And congratulations for the library it's perfect!

Hello !
Can you please help me configure Google Signin ? the facebook method work fine but when I call method com.jaychang.sa.google.SimpleAuth.connectGoogle, app crash with error:
ClassNotFoundException: com.google.android.gms.common.api.Api$zzf

Hi sadaq19,
You need to add this to your project
implementation "com.google.android.gms:play-services-auth:15.0.1." :)

Great ! thank you very much, it worked !

Version 2.1.3 should fix it.