[17:01:00] <zfigz> i have my db hosted on mLab, but obviously something isn't right.
[17:20:45] <zfigz> so i'm able to connect to my mLab database, i just can't do a fetch request to it.
[21:57:48] <user_corrupt> I am working on an app that contains multiple chatrooms... right now I am making a collection called "chatrooms" that contains a document for each room... how should I keep track of users in rooms? Should each document have an entry like users: [userId1, userId2, userId3, ...] ?