How can I retrieve a photo of the user with decent resolution that can be used from a mobile app? I looked at the guides and the api docs and the recommended way seemed to b
Have you tried:
Uri xx = FirebaseAuth.getInstance().getCurrentUser().getPhotoUrl();