Best practice to implement count or likes on Firestore?
Best practice to implement count or likes on Firestore?

I know firebase has 1 write per second limit for documents, and I've read the document about Distributed counters.
But distributed counter means more reads, more reads leads to more cost.
Is there work around here?
Best practice to implement count or likes on Firestore?
Best practice to implement count or likes on Firestore?
I know firebase has 1 write per second limit for documents, and I've read the document about Distributed counters.
But distributed counter means more reads, more reads leads to more cost.
Is there work around here?