Google/Firebase Authentication no displayName or photoURL for iOS
问题 I am using Ionic2 and GooglePlus Authentication. I can sign in and it creates a User with a uid in the Firebase Authentication list as expected. When I do this: GooglePlus.login({ 'webClientId': webClientId, 'offline': true }).then(googleData => { Where the webClientId matches the Client ID in the iOS Credential below. Problem: However, for iOS , the googleData does contain an emailAddress and uid , but the displayName and photoURL are null . More Info: I do have an iOS Credential set up with