<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Meteor on General Ramblings</title>
    <link>https://fc4c6dbc.haigmail.pages.dev/tags/meteor/</link>
    <description>Recent content in Meteor on General Ramblings</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>Lance Haig</copyright>
    <lastBuildDate>Mon, 10 Nov 2014 17:11:46 +0000</lastBuildDate><atom:link href="https://fc4c6dbc.haigmail.pages.dev/tags/meteor/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Meteor User Seed</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2014/11/10/meteor-user-seed/</link>
      <pubDate>Mon, 10 Nov 2014 17:11:46 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2014/11/10/meteor-user-seed/</guid>
      <description>
        
          
            &lt;p&gt;I have been trying to build a site with Meteor and have slowly started getting stuff working.&lt;/p&gt;
&lt;p&gt;One of the ways to populate your development data has been with database seeding.&lt;/p&gt;
&lt;p&gt;I wanted to link a user account with a document in one of my collections so I worked this out from the documentation.&lt;/p&gt;
&lt;p&gt;You add users to the users collection this returns the userId for the new user which you capture in a variable that you use to insert the userId into your second collection.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
  </channel>
</rss>