Future<void> createDocument(String collectionPath, Map<String, dynamic> data) async { await _db.collection(collectionPath).add(data); }