How can I query some of the automatically collected user properties from the Firebase database?
I'm looking for attributes that are not available on BigQuery tables named as app_events
. For instance, I am looking for user attributes
age
, gender
, and interests
as listed here.
Thanks in advance.
The properties you are looking for are available on the Firebase console of your project. Click "Analytics" below the Firebase logo, and then select the appropriate tab, e.g. "Audiences" to see the data you are requesting. As far as I know, they are not accessible from within your application.