if (profile.photos && profile.photos.length > 0 && profile.photos[0].value) {
    user.avatarURL = profile.photos[0].value;
  }