I have created a function in Cloud Function
which counts the number of documents within a Collection. Every time a new document is added, the counter is increased by one. I know that we are charged for each document read, write or delete but when Firebase Functions increases the counter, does this write operation also count? Or is an internal operation and it doesn't matter?
Thanks in advance!