I have a collection of tokens in which each document create with auto id but I store a tokenId in the document and now I want to search a single document which has specific tokenId How can I implement where query in my this code
const docRef = doc(db , "tokens")
const data= await getDoc(docRef);