Skip to content

Instantly share code, notes, and snippets.

@yannbf
Created September 27, 2016 18:27
Show Gist options
  • Save yannbf/1cd257c58d3d8d7a5424f6525e68b25a to your computer and use it in GitHub Desktop.
Save yannbf/1cd257c58d3d8d7a5424f6525e68b25a to your computer and use it in GitHub Desktop.
chats: {
id_abc: {
title: "title",
lastMessage: "....."
}
}
members: {
id_abc: {
yann: true,
john: true
}
}
messages: {
id_abc: {
msg1:{.... },
msg2:{ }
},
id_cde: {
msg1:{ },
msg2:{ }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment