@override Future<void> delete(FeedModel value) { return feedCollection.doc(value.documentID).delete(); }