783 B
783 B
Schema for a User object
What's a User object for?
The User object stores information for a given user. This includes the last uploaded Photo and Action id.
Schema for a User object
{
id: (string),
lastPhotoId: (string),
lastActionId: (string)
}
Schema description
- id, the user id
- lastPhotoId, most recent photo id
- lastActionId, most recent action id