Hi,
I’m following the instructions below for integrating native google SSO but the callbacks are not being called. I am able to see the google login dialog though.
https://auth0.com/docs/libraries/lock-android/native-provider-google#usage-without-lock
I noticed that the “resultCode” is 0(I think you’d expect -1) after the login flow returns to the calling Activity in onActivityResult().
Diving deeper, parseSignInResult() expects the resultCode to be RESULT_OK(1).
Version: compile ‘com.auth0.android:lock-google:1.1.0’
Any suggestion?
Thanks.