Firestore - How to model and query relation of 2 collections - IOT use case
问题 Would it be possible to do relation in this sense in firestore ? whereby I want to relate a field in collection to another field in another collection Eg: I have 2 different collection - tracking and venue tracking <-- collection 1. document(xyz123) device_unique_identifier = "abcd1234" timestamp = 10/09/2019 10:00 2. document(xyz567) device_unique_identifier = "efgh3456" timestamp = 10/09/2019 11:00 venue <-- collection 1. document(zyx123) name = "room A" device_unique_identifier = "abcd1234