Cannot retrieve email from FirebaseAuthentication on Android/iOS
问题 I am using FirebaseAuth in my app with Google/Facebook social logins and we allow user to change his email after first login because we have our own backend with user management and we prefill this email in the registration form. It seems that all of a sudden I can't retrieve user's email address from FirebaseUser.getEmail() method. When I try to retrieve email using Facebook/Google login SDKs I can retrieve it so it's not a privacy issue. My email is verified so this should not be problem