[[["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 2022-07-29 UTC."],[],[],null,["Represents the WebPush protocol options that can be included in an [Message](./firebase-admin.messaging.md#message).\n\n**Signature:** \n\n export interface WebpushConfig \n\nProperties\n\nWebpushConfig.data\n\nA collection of data fields.\n\n**Signature:** \n\n data?: {\n [key: string]: string;\n };\n\nWebpushConfig.fcmOptions\n\nOptions for features provided by the FCM SDK for Web.\n\n**Signature:** \n\n fcmOptions?: WebpushFcmOptions;\n\nWebpushConfig.headers\n\nA collection of WebPush headers. Header values must be strings.\n\nSee [WebPush specification](https://tools.ietf.org/html/rfc8030#section-5) for supported headers.\n\n**Signature:** \n\n headers?: {\n [key: string]: string;\n };\n\nWebpushConfig.notification\n\nA WebPush notification payload to be included in the message.\n\n**Signature:** \n\n notification?: WebpushNotification;"]]