react-native-google-signin / google-signin

Google Sign-in for your React Native applications
https://react-native-google-signin.github.io/
MIT License
3.19k stars 878 forks source link

ANDROID RESULT NULL USER PHOTO AS PER 8 FEB 2023 #1141

Closed putuoka closed 1 year ago

putuoka commented 1 year ago

Null value user photo ONLY in Android On IOS working good with the result https://lh3.googleusercontent.com/a/AEdFTp6jTB_WQ6alxgZ5PQJfxqQ_DsPDwjyab2JkxTps=s120

code:

import { GoogleSignin, statusCodes } from '@react-native-google-signin/google-signin';
const userInfo = await GoogleSignin.signIn()
console.log(userInfo.user.photo)

Steps to Reproduce

Expected Behavior

Actual Behavior

Environment

Please provide

github-actions[bot] commented 1 year ago

:wave: @putuoka, sorry you're having an issue. As the issue template explains, we require that you provide a runnable example that reproduces your issue (please read the issue template). The reason is that maintainers do not have time to try reproduce bugs themselves. Please try to minimize the superfluous code and focus only on reproducing the bug. Please create a new issue with this and we'll be happy to review it! If you're hitting a hard wall, you may consider paid assistance.

Noor-e-Iqra commented 1 month ago

@putuoka did you found a solution for it??