i have documents in following format
uid_112 uid_232 uid_433 mid_232 kid_221
i want to retrieve all the doc with doc id starting from uid
like uid*
ann will get the results as following documents
firestore.instance.collection("col").where(doc_val , "isMasterString" ,"uid" )