Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can we delete User properties from Firebase Analytics?

Firebase Analytics has a 'User properties', when we created one, we have 2 fields: name and description. When this property is created, I just have one option, which is edit.

This edit option only gives permission to change the description but not to change the user property name.

Is it possible to delete this user property?

like image 488
HubDev Avatar asked Oct 05 '16 14:10

HubDev


People also ask

What is user properties in Firebase Analytics?

User properties are attributes you define to describe segments of your user base, such as language preference or geographic location. Analytics automatically logs some user properties; you don't need to add any code to enable them.

How do I delete data from Firebase Analytics?

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.

What are user properties in Google Analytics?

User properties are attributes that describe groups of your user base, such as their language preferences or geographic locations. Google Analytics automatically collects some user properties. You can also configure up to 25 additional user properties per project.

Where are user properties in Firebase?

You can access this data from the Custom Definitions page of Analytics in the Firebase console. The page shows a list of user properties that you have defined for your app. You can use these properties in comparisons on many of the reports available in Google Analytics.


2 Answers

It seems that an archive option has been recently added, it is also mentioned in the docs.

firebase user properties

like image 29
mathew11 Avatar answered Sep 26 '22 10:09

mathew11


Since 2016:

No, not yet.

The official statement is: at the moment, your only options are to create a new project or to wait until we add the ability to delete slots. No ETA on that yet.

from: Steve Ganem at https://groups.google.com/forum/#!topic/firebase-talk/Z-dPnzcW_Gw

2021 Update:

  • The feature is now called: Custom Definitions
  • You cannot delete a custom definition
  • You can archive a custom definition

Firebase custom definition archive button in german

like image 62
Alexander Thiele Avatar answered Sep 24 '22 10:09

Alexander Thiele