
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
- Need help setting up this error is showi...
You can't sign in to this app because it doesn't comply with Google's OAuth 2.0 policy. If you're the app developer, register the redirect URI in the Google Cl...
- Appwrite stopped working, I can't authen...
I'm having an issue with Appwrite. It was working fine just a while ago, but suddenly it stopped working for me and can't authenticate accounts. I even went bac...
- Set succes/failure url in console
Hi guys, I want to set up a succes and failure url for my OAuth2 provider Google. But I don't see any options for this? Is it not possible to do so? Beside th...
