react-native-google-sign-in
react-native-google-sign-in copied to clipboard
AccessToken "undefined"
I dont see AccessToken property.
Can you see other user's properties?
I am facing the same problem. Have you found a solution of it?
@QJin5566 add promt: 'consent' see photo below

I am facing the same issue @joonhocho
@kevalbhatt please be more specific on the issue. on iOS or Android? or Both? Just accessToken is missing or other properties as well?
I got some problem but only in IOS in android it's working without any problem. In IOS i am missing all user property (email, name). my code right now only copy paste from example apps. @joonhocho
I get accessToken: null in android, but I get accessToken and refreshToken in iOS... expected?