[[["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-03-21 UTC."],[],[],null,["# alerts.FirebaseAlertData interface\n\nThe CloudEvent data emitted by Firebase Alerts.\n\n**Signature:** \n\n export interface FirebaseAlertData\u003cT = any\u003e \n\nProperties\n----------\n\n| Property | Type | Description |\n|--------------------------------------------------------------------------------------------------|--------|---------------------------------------------------------------------------|\n| [createTime](./firebase-functions.alerts.firebasealertdata.md#alertsfirebasealertdatacreatetime) | string | Time that the event has created. |\n| [endTime](./firebase-functions.alerts.firebasealertdata.md#alertsfirebasealertdataendtime) | string | Time that the event has ended. Optional, only present for ongoing alerts. |\n| [payload](./firebase-functions.alerts.firebasealertdata.md#alertsfirebasealertdatapayload) | T | Payload of the event, which includes the details of the specific alert. |\n\nalerts.FirebaseAlertData.createTime\n-----------------------------------\n\nTime that the event has created.\n\n**Signature:** \n\n createTime: string;\n\nalerts.FirebaseAlertData.endTime\n--------------------------------\n\nTime that the event has ended. Optional, only present for ongoing alerts.\n\n**Signature:** \n\n endTime: string;\n\nalerts.FirebaseAlertData.payload\n--------------------------------\n\nPayload of the event, which includes the details of the specific alert.\n\n**Signature:** \n\n payload: T;"]]