Stream<DocumentSnapshot> documentStream(String collectionPath, String docId) { return _db.collection(collectionPath).doc(docId).snapshots(); }