<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/firestore](./firestore.md) &gt; [/](./firestore_.md) &gt; [UpdateData](./firestore_.updatedata.md)

## UpdateData interface

Update data (for use with [updateDoc()](./firestore_lite.updatedoc.md)<!-- -->) consists of field paths (e.g. 'foo' or 'foo.baz') mapped to values. Fields that contain dots reference nested fields within the document.

<b>Signature:</b>

```typescript
export declare interface UpdateData 
```
