Skip to content

Instantly share code, notes, and snippets.

@jburks725
Created August 13, 2014 20:58
Show Gist options
  • Save jburks725/aab4f4c9fc311a30bdc8 to your computer and use it in GitHub Desktop.
Save jburks725/aab4f4c9fc311a30bdc8 to your computer and use it in GitHub Desktop.
Some initial data
{
"containers" : {
"-JUApWC5RZF-LgQmoUxd" : {
"description" : "My house in Maine",
"name" : "Jason's House",
"owner" : "simplelogin:1",
"parent": false,
"children" : {
"-JUApygMzgusoiSlvV-0" : true,
"-JUApygMasdbiSlvV-0b" : true
}
},
"-JUApygMzgusoiSlvV-0" : {
"description" : "FirstBuild's first refrigerator",
"name" : "My Fridge",
"owner" : "simplelogin:1",
"parent": "-JUApWC5RZF-LgQmoUxd"
},
"-JUApygMasdbiSlvV-0b" : {
"name" : "My Grocery List",
"owner" : "simplelogin:1",
"parent": "-JUApWC5RZF-LgQmoUxd",
"objects" : {
"-JUAwerASDvas-1g12j" : true,
"-JUAtrqAB3vas-1g0bv" : true
}
}
},
"objects" : {
"-JUAwerASDvas-1g12j" : {
"container" : "-JUApygMasdbiSlvV-0b",
"data" : "One dozen eggs"
},
"-JUAtrqAB3vas-1g0bv" : {
"container" : "-JUApygMasdbiSlvV-0b",
"data" : "One gallon of milk"
}
},
"users" : {
"simplelogin:1" : {
"displayName" : "[email protected]",
"provider" : "password",
"provider_id" : "1",
"root_containers" : {
"-JUApWC5RZF-LgQmoUxd" : true
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment