Firebase – Cloud Functions: using "where" query, can't get the docID Nodejs
I'm using "where" query to get a single document so that I can update it. I need the docID which is what i'm struggling with. I'm following the documentation but not much progress. I'm using Firebase cloud functions, Nodejs and…