I am doing a backend server for an app, which is in an Android and iOS version. A user can login also via Google, the FE sends a token and email or an access token and then is logged in locally via a verified email.
Now I want to fetch a profile picture from Google, how can I do that please?
Thank you.