[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-07-20 UTC."],[],[],null,["# FcmOptions interface\n\nOptions for features provided by the FCM SDK for Web. See [WebpushFcmOptions](https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#webpushfcmoptions).\n\n**Signature:** \n\n export interface FcmOptions \n\nProperties\n----------\n\n| Property | Type | Description |\n|-------------------------------------------------------------------------|--------|------------------------------------------------------------|\n| [analyticsLabel](./messaging_sw.fcmoptions.md#fcmoptionsanalyticslabel) | string | The label associated with the message's analytics data. |\n| [link](./messaging_sw.fcmoptions.md#fcmoptionslink) | string | The link to open when the user clicks on the notification. |\n\nFcmOptions.analyticsLabel\n-------------------------\n\nThe label associated with the message's analytics data.\n\n**Signature:** \n\n analyticsLabel?: string;\n\nFcmOptions.link\n---------------\n\nThe link to open when the user clicks on the notification.\n\n**Signature:** \n\n link?: string;"]]