
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
- Support for postgreSQL and mongoDb
By when can we expect Appwrite to have support for PostgreSQL and MongoDB, and I hope that along with that, storing and querying of nested objects will also be ...
- appwrite platform error
I am unable to add web platform in appwrite.It always shows in progress because of which I am getting 401 error although my whole project is running fine
- Issue with github oauth in firefox brows...
Hello Guys i have setup appwrite auth (Email Password, Google and Github). All auth methods works fine on the chrome based browsers but it has a strange issue w...
