Age and Interests fields isn't exported to BigQuery

762 Views Asked by At

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.

1

There are 1 best solutions below

1
On

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.