Subscribing to Data
Learn how to subscribe to data using MeteorJS.
Before we can subscribe to a collection, the collection should exist, and it should be published to the client where we can subscribe to it.
The application below describes how we can subscribe to a collection.
Subscription checklist
The following checklist is adhered to when subscribing to data.
- Make sure the collection exists.
- Check that the collection is published to the server.