Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to clear Firebase Crash reports?

I am using Firebase crash reporting service for android. See Add Firebase to your Android Project

Can any one help me to clear crash report from Firebase console or any way to remove it by Firebase crash android API?

like image 306
pRaNaY Avatar asked Nov 08 '22 14:11

pRaNaY


1 Answers

There is unfortunately no Firebase Crashlytics API.

Whilst you can receive notifications of new issues via Slack, Jira, Email etc, there is no way to modify the issues themselves except via the web interface.

This can be verified by observing the triggers available in Cloud Functions:

  • onNew()
  • onRegressed()
  • onVelocityAlert()
like image 196
Jake Lee Avatar answered Nov 15 '22 05:11

Jake Lee