Hi,
could you expand the Google user data that is returned with these fields?
firstName: profile.getGivenName(),
lastName: profile.getFamilyName(),
Right now users first and last name are returned as one string which causes issues when trying to parse them and save to database as separate data.