Beginner at Meteor. Just learning how everything works so bear with me.
Everything was working fine in one file, but after installing iron:router to hav
iron:router
If you use autopublish package, which is by default. You just need to do
lib/streams.js Streams = new Meteor.Collection("streams");
lib/streams.js
Streams = new Meteor.Collection("streams");
part.