How To Make A Meteor Collection Non Reactive Depending On A Url?
Hi I am building a magnetic poetry game with meteor which I am pretty green with. http://test-magnets.meteor.com/ Currently it is collaborative it works great. I am now trying to
Solution 1:
return Magnets.find({fridgeId: user},{reactive: false});
Post a Comment for "How To Make A Meteor Collection Non Reactive Depending On A Url?"