Skip to content

Instantly share code, notes, and snippets.

@hsingh23
Last active May 2, 2016 21:58
Show Gist options
  • Save hsingh23/fe058e9e1cf48615b2b848683979be1d to your computer and use it in GitHub Desktop.
Save hsingh23/fe058e9e1cf48615b2b848683979be1d to your computer and use it in GitHub Desktop.
fb = {
group: {
groupGuid: {
name: "name",
timezone: someTimezone,
owners: {
accountGuid: true,
}
}
},
"choreGroup": {
"choreGroupGuid": {
0: "choreGUID",
1: "~choreGUID"
}
},
"_groupChoreGroup": {
groupGuid: "choreGroupGuid"
},
"_groupPerson": {
groupGuid: "personGuid"
},
"chore": {
"choreGUID": {
"id": 1,
"name": "trash",
"dueDate": {
"0": {
"day": "Tuesday",
"smsBody": "please remember to take out the trash this week",
"time": 800
},
"1": {
"day": "Tuesday",
"smsBody": "please remember to take out the trash this week",
"time": 800
}
}
},
},
"person": {
personGuid: {
name: "Sammy",
phoneNumber: "8474970451",
greeting: "Hey Hot Shot",
groups: {
groupGuid: true
}
}
},
"user": {
userGuid: {
provider: "google",
name: "Some name"
}
}
penalty: {
},
history: {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment