Skip to content

Instantly share code, notes, and snippets.

@zgramana
Created December 9, 2014 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zgramana/b4122377a04d6128f64a to your computer and use it in GitHub Desktop.
Save zgramana/b4122377a04d6128f64a to your computer and use it in GitHub Desktop.
Sync Function Snippets
if (doc.type == "contactexchange") {
// trade access to each user's contact channel
access(doc.userId, "contact-" + doc.localUserId);
access(doc.localUserId, "contact-" + doc.userId);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment