
I am migrating from firebase, when using oauth and signing in with google, I could access photoUrl as part of the response, however I am not able to do so with appwrite (yet)
Everything is working fine with oauth, I am getting redirected to Google and I sign in without issues, however, I am not finding photoUrl as part of the response when I do account.get() and I couldn't find a way to save it through createOAuth2Session... This is how my call is
await account.createOAuth2Session( OAuthProvider.Google, "http://localhost:3000/home", "http://localhost:3000/login", ["profile", "email", "openid"] );
Is there a way to get user's image from Google or not?

Recommended threads
- TableDB.getRow() response does not conta...
This is for Web/React sdk 20.0.0 The row was created via `TableDB.createRow(...)` and I can see it in the console with the relationships correctly set. In the c...
- Auth showing wrong numbers of users
I have 6 verified users but it shows 5 24 hours before I have 5 users that time its showing 4 users. Project ID: `68aed705001ef67ac979`
- Looking for FullStack Developer
I'm looking for FullStack Developer who is passionated about both Frontend and Backend. If you are interested, please DM me. Thanks.
