Hello,
I can't figure out what happens when I have an action that update document in Firestore when the existing field has the same value as the one I am trying to update.
Basically, I would like to know if I should first query the collection, get the value and only update if the new value is different. Or if Firestore is "smart" enough not to write in the DB when the value is the same.
Thanks!