stream-meteor
stream-meteor copied to clipboard
Meteor Client - Build Activity Feeds & Streams with GetStream.io
Error simplified : **no template named 'WeakCallbackData' in namespace 'v8'; did you mean 'WeakCallbackInfo'?** This seems to be due to an old Node version (probably
Since, npm is now supported in meteor. Can we use npm package of this in meteor?
Notification subscription works perfect, but the stats doesn't get updated reactively.. Only after reloading the page it shows actual numbers. When I explicitly execute `Stream.notifications.findOne({ feedGroup: 'notification', feedId: Meteor.userId()})` in...
Hi, Thanks for making this package. In the documentation it shows how to notify automatically whenever you create a tweet in the Tweets collections. However, I can't figure out how...
Hey! Really excited that stream now has a meteor package as well. I can't add the package though. Whenever I try to I get this message: While checking for getstream:[email protected]:...
I can get the [email protected]:matthisk/localmarket.git app to run just fine in Meteor. However, after installing `meteor add getstream:stream-meteor` I get a bunch of console errors, starting with ``` Uncaught Error:...
I'm using the Meteor check() package with my project: https://atmospherejs.com/meteor/check However whenever I add ``` Meteor.subscribe('Stream.feeds.user', 10, Meteor.userId()), ``` to my waitOn function inside my router, then I get the...