I am using FirebaseAuth.getInstance().getCurrentUser().getEmail() (Federated Google-Sign in provided by Firebase)
Most of the time I am getting back the logged in user's email address. But sometimes its resulting null. I can see the user has a gmail.com address but it still does not return.
Am I missing something?