Future<void> deleteDocument(String collectionPath, String docId) async { await _db.collection(collectionPath).doc(docId).delete(); }