Firebase – Firestore cloud-function to update a field in all doc in coll with parameter
I have a firestore-collection "Messages" with a boolean-field "viewed" and a field "userToRef" which contains a coll:Users-reference. I want my cloud-function to update the field "viewed" to "True" in all docs in the coll:Message, that have the same user-reference in…