Home > @firebase/firestore > / > UpdateData
UpdateData interface
Update data (for use with updateDoc()) consists of field paths (e.g. 'foo' or 'foo.baz') mapped to values. Fields that contain dots reference nested fields within the document.
Signature:
export declare interface UpdateData