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:Jump to 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.
5 Replies
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.
Plus, you might also find interesting the docs regarding collection querying and filtering: https://docs.buildship.com/basics/buildship-tables#querying-collection
BuildShip Tables – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
This is really helpful, thank you very much.
Can you send me a video with this same method but in firebase? I can't complete it, it's confusing to me since it's not done in firebase
@Gaurav Chadha
@Gaurav Chadha any response?
this one? @Jorge