Excluding traffic via IP Filter in Firebase Analytics

Viewed 1352

I'd like to filter out my own traffic from analytics in firebase using my IP address. I don't see any way to do it.

The filter shown on the analytics dashboard has no option for IP Addresses. Additionally, when I enter my Google Analytics account & property for the project it doesn't allow adding any filters.

firebase analytics filters (no option for IP address)

no filters for App + web properties on Google analytics

1 Answers

The short answer is that this is not possible (for now) in firebase analytics. I've reverted to using google analytics for the time being due to numerous features/functionality missing on the firebase version.

Related