How can I retrieve Firebase user properties?

↘锁芯ラ 提交于 2021-01-29 11:00:54

问题


Is there any way to retrieve Firebase user properties in Analytics for Firebase?

For example, Analytics has all user records. I want to retrieve a record about user information, such as country code, etc. using Analytics.

Is there any API available for this?


回答1:


Google Analytics for Firebase doesn't retain any PII (Personally Identifiable Information) about anyone using your app. It aggregates information across users. It doesn't associate specific user information from Firebase Authentication.

Also, there is no API for data it stores. If you want access to raw data, you have to export it to BigQuery (but there will still not be PII in that export).



来源:https://stackoverflow.com/questions/51719450/how-can-i-retrieve-firebase-user-properties

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!