简体   繁体   English

从 firebase 控制台获取设备 IP 地址

[英]Get Device IP address from firebase console

I am working on a swift application, I am using firebase here.我正在开发 swift 应用程序,我在这里使用 firebase。 In my firebase console, in the dashboard, I can see the user location, Devices, Demographics, and interests.在我的 firebase 控制台的仪表板中,我可以看到用户位置、设备、人口统计和兴趣。 Are there any options to see the device's IP address?是否有任何选项可以查看设备的 IP 地址? Can anyone help me?谁能帮我? 在此处输入图像描述

IP addresses are not exposed in any of the Analytics reports in the Firebase dashboard. IP 地址未在 Firebase 仪表板的任何分析报告中公开。 As far as I can see, it is also not present in the data that can be exported to BigQuery .据我所知,它也不存在于可以导出到 BigQuery 的数据中

So if you need the IP address, you can set it as a user property yourself and then use that either in the dashboard or (more likely) in the BigQuery export of the data.因此,如果您需要 IP 地址,您可以自己将其设置为用户属性,然后在仪表板或(更有可能)在数据的 BigQuery 导出中使用它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM