Add a ChatModel to the repository, cached
@override Future<ChatModel> add(ChatModel value) { return reference.add(value).then((newValue) { fullCache[value.documentID] = newValue; return newValue; }); }