What are the implications of using the select() query on a large Firestore doc versus splitting the data between multiple docs?
I’m looking to store a large amount of binned time series data in Firestore. Each key will be the timestamp that marks the start of that binning period (e.g. “1716505200”).