import { updateDoc, deleteField, FieldPath } from "firebase/firestore"; ... updateDoc(cityRef, new FieldPath("example.com"), deleteField());