Closed Pushplaybang closed 10 months ago
@aldeed If you can update, it would be great. It would be a small change.
@Pushplaybang @faisalhasnain Is there some reason to do this now other than because relying on private props is discouraged in general? I ask because this works, has always worked, and will likely work for a long time, and as far as I can tell, the documented functions are not synchronous.
I would like to change it but I'd just have to reimplement that Futures code.
Updating to use the official Metoer API.
Hey there,
Should we update to use the documented
rawCollection().createIndex()
rather than the undocumented meteor method._ensureIndex()
?