meteor-pages
meteor-pages copied to clipboard
Question: Is there a way to compose/join two collections?
Say i have collection named trip
and users
. Trips contains userId which points to user in user collections.
Is there a way to in this library to join these to data and show in each row. For example, user's first name from users collection with each trip?
bump