parse-community / Parse-SDK-Android

The Android SDK for Parse Platform
https://parseplatform.org/
Other
1.88k stars 734 forks source link

Cannot get current GoogleSignInAcoount #1027

Closed ash-vaish closed 2 years ago

ash-vaish commented 4 years ago

Please remove the code where googleSignin.signout is written. googleSignInClient?.signOut()?.addOnCompleteListener {} As we may need to fetch user's information afterwards.

Jawnnypoo commented 4 years ago

The recommended approach would be that you use your own flow to sign in the user via the googleSignInClient and do that once the sign in via Parse is successful.

ash-vaish commented 4 years ago

The recommended approach would be that you use your own flow to sign in the user via the googleSignInClient and do that once the sign in via Parse is successful.

Yeah..I have created my own MyParseGoogleUtils.