Firestore delete vs update time and performance
问题 I have coded a match making system and this system works like that --> when a create operation came to firestore it matches with an older record and the cloud function deletes both of them. But i wonder that when 2 new records are created, is there any chance for matching these 2 with the same old record because the deletion process takes some time? Also, if i do that process with update, is it faster than delete? EDIT: Here is my matchMaker Cloud Function: exports.matchMaker = functions