Mapping firestore collection to json

痞子三分冷 提交于 2021-01-29 14:53:45

问题


I have following structure in firebase data

Orders -> OrderID -> LocationHistory -> LocationHistoryID -> FieldsData

now i want to query by orderID and map all the results to json object i cant figure out how can i achieve this. Please see the screenshot for detail.pleas note that i am using spring-cloud-gcp-starter-data-firestore.

来源:https://stackoverflow.com/questions/60411568/mapping-firestore-collection-to-json

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!