Calling for specific field inside document by using query in firestore using reactJs
I'm trying to get a field inside document by using query method. But I can't and I'm not getting any error ("probably query response is empty") const chatId = "6042ff11-fe94-4e65-958b-80130d9e7108" const docRef = collection(db, 'userGroups'); const q = query(docRef, where(`${chatId}`,…