Update a FeedModel
@override Future<FeedModel> update(FeedModel value) { return reference.update(value).then((newValue) { fullCache[value.documentID] = newValue; return newValue; }); }