I am using FirebaseAuth to login user through FB. Here is the code:
private FirebaseAuth mAuth; private FirebaseAuth.AuthStateListener mAuthListener; pr
Two lines of code. FirebaseUser user = firebaseAuth.getCurrentUser();
FirebaseUser user = firebaseAuth.getCurrentUser();
String photoUrl = user.getPhotoUrl().toString(); photoUrl = photoUrl + "?height=500";
simply append "?height=500" at the end
"?height=500"