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