Firebase Crashlytics
communityGoogle Firebase crash reporting tool that tracks, prioritizes, and fixes stability issues for Android and iOS apps in real time.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
/v1beta/projects/{project_id}/apps/{app_id}/issueReportsGet crash reports for a Firebase app
Parameters
filterissue type filter (stringoptionalpageSizeintegeroptionalReturns
reports[] with id, bundleId, platform, title, impact_percent, session_count, event_count, last_seenGET
/v1beta/projects/{project_id}/apps/{app_id}/errorReports/{report_id}Get detailed crash report data
Returns
report with stack_trace, device, os_version, app_version, custom_keys, session_dataGET
/v1beta/projects/{project_id}/apps/{app_id}/issuesList active crash issues by severity
Parameters
stateOPEN|CLOSED (stringoptionalorder_byimpactPercentage|createTime (stringoptionalReturns
issues[] with id, title, state, impact_percent, event_count, users_affected, first_seen, last_seen