get based on document ID.....
Future getBasedOnDocID( String collectionPath, String docID) async { Constants.fireStoreInstance .collection(collectionPath) .doc(docID) .snapshots(); }