空用户ID由firebase记录

时间:2016-07-28 10:29:04

标签: android firebase firebase-analytics

我们将我们的firebase分析数据链接到BigQuery,并在分析后发现几个用户的用户ID为空。

在什么情况下会发生这种情况?什么是相同的解决方案。

1 个答案:

答案 0 :(得分:7)

不良行为是user_id属性填充了值。属性user_id应为null,除非您通过调用该函数显式设置它:

如果您没有明确地调用setUserId,这是常见的,那么您应该在BigQuery中使用的ID将是app_instance_id

我的建议:一旦您有登录用户(在Facebook,Google登录或您提供的任何方法),请调用setUserId。这将为您提供跨设备ID。如果用户未登录,请不要调用它,而是使用app_instance_id id。

请注意,如果用户卸载了app_instance_id,则 Is it possible to find state from city as like we can find city ,address or state from zipcode or latitude longitude..??Is there any API available for that. ? 会发生变化。重新安装你的应用程序。