Im trying to update the field "creator" to be an empty string in a document in react native with firestore but it does not work
firebase.firestore().collection("Users").where("creator","==",currentUserMail).where("user","==",childMail).limit(1).update({creator:""});