voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
22 lines (13 loc) • 829 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/messaging](./messaging.md) > [FcmOptions](./messaging.fcmoptions.md)
## FcmOptions interface
Options for features provided by the FCM SDK for Web. See [WebpushFcmOptions](https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#webpushfcmoptions)
<b>Signature:</b>
```typescript
export interface FcmOptions
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [analyticsLabel?](./messaging.fcmoptions.analyticslabel.md) | string | <i>(Optional)</i> The label associated with the message's analytics data. |
| [link?](./messaging.fcmoptions.link.md) | string | <i>(Optional)</i> The link to open when the user clicks on the notification. |