When using firebase.firestore.FieldValue.* in any query, none of the queries are executed, and it fails silently, without outputing anything.
For example:
db.collection('someCollection').doc('someDoc').set({
updatedAt: firebase.firestore.FieldValue.serverTimestamp()
})
When using firebase.firestore.FieldValue.* in any query, none of the queries are executed, and it fails silently, without outputing anything.
For example: