Closed josempaguiar closed 6 years ago
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.
Okay ! Thanks again !
Le dim. 8 juil. 2018 13:10, Jay notifications@github.com a écrit :
Version 2.1.3 should fix it.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jaychang0917/SimpleAuth/issues/20#issuecomment-403283377, or mute the thread https://github.com/notifications/unsubscribe-auth/AkZml9Xr47U8iI9jI_M1F5U2L6xlgI6cks5uEfbIgaJpZM4U7l_U .
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!