Jorge
Jorge4w ago

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? 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
1 Reply
Jorge
JorgeOP3w ago
Hello?