Skip to content

Instantly share code, notes, and snippets.

@jermsam
Created July 13, 2018 06:22
Show Gist options
  • Save jermsam/a8162c1cca64dd6cb553ef451338a168 to your computer and use it in GitHub Desktop.
Save jermsam/a8162c1cca64dd6cb553ef451338a168 to your computer and use it in GitHub Desktop.
Enabling product is 'created' event to be emited for anonymous users
//add this to feather's src/channels.js around line 53
app.service(‘products’)
.publish(‘created’, () => app.channel(‘anonymous’));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment