Future<DocumentSnapshot> getDocument(String collectionPath, String docId) async { return await _db.collection(collectionPath).doc(docId).get(); }