I am trying to get the Google profile Photo Url using GoogleSignInAccount class, after signing in with GoogleSignIn:
[...]
GoogleSignInAccount account = GoogleSignIn.getLastSignedInAccount(this);
Uri photoUrl = MainActivity.account.getPhotoUrl();
[...]
but photoUrl is always null. I read on Stackoverflow (GoogleSignInAccount getPhotoUrl() return null) that it return NULL if Google+ is not well configurated.
The main problem is: Google+ has closed on 2 april 2019.
How can I get the Google profile photo URL now?