Hi. Can I use Query.Select() but for columns from collection which is related to collection which I'm fetching by listDocuments()?
TL;DR
The user is asking if they can use Query.select() for columns from a collection that is related to the collection they are fetching using listDocuments(). The feature is currently not supported, but the user is directed to two GitHub issues that they can follow for updates.How to use Query.select() for related collection
Not supported at the moment. You might want to ππΌ the following issues:
Yes, exactly what I want. It could be also for Query.search()π
Recommended threads
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)
- Bug report: Race condition in Flutter SD...
Hi team, I've found an intermittent bug in the Flutter SDK (v20.3.0) when using `createOAuth2Session` on Android. **Symptoms** After `createOAuth2Session` re...
- DB Relational Table Request
Hi, I'd like to suggest a rewording of the relationships between tables. - Current wording: storeOperatingDays can contain one storeId ...