How to delete an Analytics Event from Firebase

Ashok Varma picture Ashok Varma · May 26, 2016 · Viewed 15.8k times · Source

How can I delete an Analytics Event from Firebase?

While I am testing I wrote some events in Firebase Analytics. Firebase by default orders all events alphabetically. So these testing events interrupts with original events.

I could arrange them by count to push all the testing events to last. But it makes difficult to find the main events since those are not alphabetically sorted.

I didn't find any options in Firebase dashboard to delete a event. Is there a way to delete the old events from firebase?

Answer

AdamK picture AdamK · May 27, 2016

There is currently no way to delete events once they are logged into Firebase Analytics that I am aware of. However, the events will drift out of the default view (which is set to "last 30 days") as time goes on, or you can switch the time period to a shorter time. As you mentioned, you can also click a column header to sort by some other value or "add filter" to filter by an audience or user property.