Greetings,
Is there a source of truth or release notes documenting Firebase's current BigQuery schema?
I have seen fields added from time to time, but I am unsure where to go to learn more about those fields. Here's an example:
* We now see the `device.web_info` record on our events tables (e.g. events_20180924), which holds the `browser`, `browser_version`, and `hostname` fields.
* The `device` record itself also has `browser` and `browser_version` fields. Additionally, there is an `event_dimensions` record with a `hostname` field.
That leads to questions such as...
* Are the fields in the `web_info` record now the source of truth for this information?
* When should we use one over the other?
Thanks!
Jon