I am trying to disable the observeChanges method on a collection when updating it. Does anyone have a solution for this?
I came across the Meteor Docs which mentioned using reactive: false for the .find() method. Is there a similar option for the .update() method?