[[["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.crashlytics.Issue interface\n\nGeneric Crashlytics issue interface\n\n**Signature:** \n\n export interface Issue \n\nProperties\n----------\n\n| Property | Type | Description |\n|-------------------------------------------------------------------------------------------------|--------|--------------------------------------------------|\n| [appVersion](./firebase-functions.alerts.crashlytics.issue.md#alertscrashlyticsissueappversion) | string | The application version of the Crashlytics issue |\n| [id](./firebase-functions.alerts.crashlytics.issue.md#alertscrashlyticsissueid) | string | The ID of the Crashlytics issue |\n| [subtitle](./firebase-functions.alerts.crashlytics.issue.md#alertscrashlyticsissuesubtitle) | string | The subtitle of the Crashlytics issue |\n| [title](./firebase-functions.alerts.crashlytics.issue.md#alertscrashlyticsissuetitle) | string | The title of the Crashlytics issue |\n\nalerts.crashlytics.Issue.appVersion\n-----------------------------------\n\nThe application version of the Crashlytics issue\n\n**Signature:** \n\n appVersion: string;\n\nalerts.crashlytics.Issue.id\n---------------------------\n\nThe ID of the Crashlytics issue\n\n**Signature:** \n\n id: string;\n\nalerts.crashlytics.Issue.subtitle\n---------------------------------\n\nThe subtitle of the Crashlytics issue\n\n**Signature:** \n\n subtitle: string;\n\nalerts.crashlytics.Issue.title\n------------------------------\n\nThe title of the Crashlytics issue\n\n**Signature:** \n\n title: string;"]]