[[["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-05-09 UTC."],[],[],null,["Functions\n\nInterfaces\n\nNamespaces\n\nType Aliases\n\nalerts.onAlertPublished()\n\nDeclares a function that can handle Firebase Alerts from CloudEvents.\n\n**Signature:** \n\n export declare function onAlertPublished\u003cT extends {\n [\"@type\"]: string;\n } = any\u003e(alertType: AlertType, handler: (event: AlertEvent\u003cT\u003e) =\u003e any | Promise\u003cany\u003e): CloudFunction\u003cAlertEvent\u003cT\u003e\u003e;\n\nParameters\n\n**Returns:**\n\n[CloudFunction](./firebase-functions.cloudfunction.md#cloudfunction_interface)\\\u003c[AlertEvent](./firebase-functions.alerts.alertevent.md#alertsalertevent_interface)\\\u003cT\\\u003e\\\u003e\n\nA function that you can export and deploy.\n\nalerts.onAlertPublished()\n\nDeclares a function that can handle Firebase Alerts from CloudEvents.\n\n**Signature:** \n\n export declare function onAlertPublished\u003cT extends {\n [\"@type\"]: string;\n } = any\u003e(options: FirebaseAlertOptions, handler: (event: AlertEvent\u003cT\u003e) =\u003e any | Promise\u003cany\u003e): CloudFunction\u003cAlertEvent\u003cT\u003e\u003e;\n\nParameters\n\n**Returns:**\n\n[CloudFunction](./firebase-functions.cloudfunction.md#cloudfunction_interface)\\\u003c[AlertEvent](./firebase-functions.alerts.alertevent.md#alertsalertevent_interface)\\\u003cT\\\u003e\\\u003e\n\nalerts.AlertType\n\nThe underlying alert type of the Firebase Alerts provider.\n\n**Signature:** \n\n export type AlertType = \"crashlytics.newFatalIssue\" | \"crashlytics.newNonfatalIssue\" | \"crashlytics.regression\" | \"crashlytics.stabilityDigest\" | \"crashlytics.velocity\" | \"crashlytics.newAnrIssue\" | \"billing.planUpdate\" | \"billing.planAutomatedUpdate\" | \"appDistribution.newTesterIosDevice\" | \"appDistribution.inAppFeedback\" | \"performance.threshold\" | string;"]]