@override DocumentReference getDoc(String collection, String? id) { return _firestore.collection(collection).doc(id); }