Firebase – Increment Vote Securely with Firestore
I read many posts about this but didn't find a proper suggested, official way to secure the votes count. How do we secure; FieldValue.increment(1) so that malicious users cannot increment by 5,6 etc? If we check for userID's (for ex;…