I was testing traces, metrics, and events in firebase to pick what best suit my project.
Now I want to delete the test data I created.
But I couldn't find a way to manually delete it. Is there a way to do it?
I have contacted Firebase support and this is their response:
Currently in Google Analytics for Firebase (GA4F), it is not possible to delete events that has been recorded in our end. You can stop recording the event and eventually it will drift out of the default view (Last 30 days). Take a look at this documentation for further information.
All analytics data will still reside within the Google Analytics property - not within the Firebase project. If you are still in the development phase, I advise that you create a development project for analytics implementation, validation and experimentation, then switch to the final project when everything looks good. You can refer to this blog post discussing staging and production environments.
That was really disappointing. I hope they add this feature in the near future.