Firebase – Cloud Firestore query with Variable in Where clause isn't working node
I'm trying to integrate firestore into my nestjs app. When i try to retrieve data from firestore using where clause without variable(hardcoded value) i was able to retrieve data but when i use a variable i just receive empty array.…