voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 544 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) > [notification](./messaging.messagepayload.notification.md)
## MessagePayload.notification property
Display notification details. They are sent through the [Send API](https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#notification)
<b>Signature:</b>
```typescript
notification?: NotificationPayload;
```