Unable to fetch user's gmail email address through Firebase
问题 I'm developing an app which use Firebase` as a BaaS. I have integrated Google Sign-in and I want to fetch user's name, email address and profile pic. I have successfully fetched the name and profile pic, but I'm unable to fetch the email address. Here's Google API client setup: /* Setup the Google API object to allow Google+ logins */ mGoogleApiClient = new GoogleApiClient.Builder(this) .addConnectionCallbacks(this) .addOnConnectionFailedListener(this) .addApi(Plus.API) .addScope(Plus.SCOPE