Skip to content

Instantly share code, notes, and snippets.

@jefBinomed
Created November 30, 2018 16:12
Show Gist options
  • Save jefBinomed/bbfb6b5aeac85ff800c5225aa54911b5 to your computer and use it in GitHub Desktop.
Save jefBinomed/bbfb6b5aeac85ff800c5225aa54911b5 to your computer and use it in GitHub Desktop.
2018-countdown-model-tree
// Collection 'admins'
{
adminList: {
admin.email.1@email.com: true,
admin.email.2@email.com: true
}
}
// Collection 'planets'
{
UID_OfUserLoggued1: {
angle: 0,
collision: false,
...
},
UID_OfUserLoggued2: {
angle: 0,
collision: false,
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment