Deletes an entry in the repository.
@override Future<void> delete(Model item) async { await _collectionReference.doc(item.id).delete(); }