With autopublish, publish others' google user ids

This commit is contained in:
Avital Oliver
2013-04-17 19:15:11 -07:00
parent b6282eadd9
commit e144b4e246

View File

@@ -1,6 +1,7 @@
// with autopublish on: publish all fields to the logged in user;
// only the user's public picture to others
// only the user's google id and public picture to others
Accounts._autopublishFields.loggedInUser.push('services.google');
Accounts._autopublishFields.allUsers.push('services.google.id');
Accounts._autopublishFields.allUsers.push('services.google.picture');
Accounts.oauth.registerService('google', 2, function(query) {