Nick
Nick
I'm interested in this as well. I am using core data and just using the [publication]_added,[publication]_changed, etc. notifications to subscribe to the data. I have some large collections, and storing...
One thing to keep in mind is that, without the in-memory collections, ObjectiveDDP won't be able to generate a complete object for a changed message like it is currently doing...
I'd lean toward two explicit sets of fields, but I'm fine with either approach.
I ran into this issue when trying to get Google oauth to work: https://github.com/meteor/meteor/issues/4798
I also ran into this. The problem is that addToken adds the token both to the model and the view. It's already in the model (_tokens) so just needs to...