voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
16 lines (10 loc) • 408 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/messaging](./messaging.md) > [MessagePayload](./messaging.messagepayload.md) > [data](./messaging.messagepayload.data.md)
## MessagePayload.data property
Arbitrary key/value payload.
<b>Signature:</b>
```typescript
data?: {
[key: string]: string;
};
```