FirebaseCrashlytics
import { FirebaseCrashlytics } from "https://googleapis.deno.dev/v1/firebasecrashlytics:v1alpha.ts";This service provides an API for mobile app developers to request deletion of user's crash reports.
§Methods
Fetch a batch of up to 100 events by name.
Required. The firebase application. Format: "projects/{project}/apps/{app_id}".
List the events for an issue matching filter criteria, sorted in descending order by timestamp.
Required. The Firebase application. Format: "projects/{project}/apps/{app_id}".
Change the state of a group of issues. This method is not atomic, so
partial failures can occur. In the event of a partial failure, the request
will fail and you will need to call GetIssue to see which issues were not
updated.
Required. The parent resource shared by all issues being updated. Format: projects/{project}/apps/{app}. If this is set, the parent field in the UpdateIssueRequest messages must either be empty or match this field.
List all notes for a certain issue, sorted in descending order by timestamp.
Required. The issue the notes belongs to. Format: "projects/{project}/apps/{app}/issues/{issue}".
Change the state of an issue.
Required. Output only. Immutable. Identifier. The name of the issue resource. Format: "projects/{project}/apps/{app}/issues/{issue}".
Get a report with its computed results.
Required. The report name. Format: "projects/{project}/apps/{app_id}/reports/{report}".
List all of the available reports.
Required. The firebase application. Format: "projects/{project}/apps/{app_id}".
Enqueues a request to permanently remove crash reports associated with the specified user. All reports belonging to the specified user will be deleted typically within 24 hours of receiving the crash report.
Required. Resource name for user reports, in the format: projects/ PROJECT_IDENTIFIER/apps/APP_ID/users/USER_ID/crashReports - PROJECT_IDENTIFIER: The Firebase project's project number (recommended) or its project ID. Learn more about using project identifiers in Google's AIP 2510 standard. - APP_ID: The globally unique, Firebase-assigned identifier for the Firebase App. This is not your package name or bundle ID. Learn how to find your app ID. - USER_ID: The user ID set using the Crashlytics SDK. Learn how to set user identifiers.