react-native-oauth
react-native-oauth copied to clipboard
Results from manager.authorize('google', ...) and savedAccount('google') doesn't contain same accessToken and refreshToken
I'm using Google SignIn for my app. However, I noticed this issue and not sure the reason why the library return 1 result and store another different one.
Is it a feature or a bug?