You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
First of all I am grateful for this beautiful package. The help documentation is sufficient for many basic functions.
But in my case I need to access the helper of a collection and the data of another collection.
For example:
Hi,
First of all I am grateful for this beautiful package. The help documentation is sufficient for many basic functions.
But in my case I need to access the helper of a collection and the data of another collection.
For example:
Lists.helpers({ todos() { return Todos.find({ listId: this._id }, { sort: { createdAt: -1 } }); }, });
In the help document:
But I don't figure out, how I subscribe Todos in client .
I would be glad if you help.
yours sincerely.
The text was updated successfully, but these errors were encountered: