I am a noob to meteor and have tried very hard to follow some tutorials on getting mongodb access to work. I have installed meteor 1.7.0.5 on a mac and have tried to run the https://www.meteor.com/tutorials/react/creating-an-app tutorial up to step 3. I can see my data in the meteor mongo console, but it does not appear in my web app even though I have followed the instructions up to step 3. weirdly I have managed to get exactly this same code working on a raspberry pi.
I was looking at meteor as a possible alternative to firestore, but the problems are starting to put me off of wanting to use meteor js in future projects.