JorgeJ
BuildShip16mo ago
6 replies
Jorge

Jorge - I need to access a specific collection ...

I need to access a specific collection in Firebase using the buildship tool. To do this, I need to apply a filter since my goal is to get and analyze the messages from the "messages" collection which is a sub collection of "chats" (here is the complex part). My goal is to be able to apply that filter in Buildship natively so I don't have to send a list of documents from the backend which would not be optimal

Conclusion, I need to make a query in Buildship to a sub collection in my Firebase applying a filter. Is there documentation or video about this? Any project that I can copy?
Solution
Hi, great question. Short answer, all of this is possible in BuildShip. Here's a recording that shows filtering a sub-collection in action.
Was this page helpful?