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