Null User Id's recorded by firebase
We are linking our firebase analytics data to BigQuery and upon analyzing found that the user id's are null for several users. In what scenarios can this happen? and what is the solution for the same. The bad behavior was when the user_id property was populated with a value. The property user_id should be null except if you set it explicitly with a call to that function: android function: setUserId(...) ios function: setUserId(...) If you don't explicitly call setUserId , which is common, then the id you should use in BigQuery would be the app_instance_id . My advice: call setUserId once you