so i\'ve read all the documentation everything about increment a counter in a Firestore database. I have this code
const admin = require(\"firebase-admin\"); co
Since you are using the Admin SDK, you should do as follows:
count: admin.firestore.FieldValue.increment(1)