SaimonOriginal post
Rank 1: Thread
If I made an app where user need to sign in with Google.
Now how do I access the user profile picture?
Summary
User is looking to get a profile picture.
Votes
0
Replies
2
Participants
1
Messages
3
Rank 1: Thread
If I made an app where user need to sign in with Google.
Now how do I access the user profile picture?
Use list identity->find google one-> should be a profle image attribute present or there should be a token present
You need to use that to fetch user avatar from google's api.
Rank 1: Thread
Thanks