syraxidlemind
syraxidlemind
BRBuildShip + Rowy
Created by syraxidlemind on 9/3/2024 in #❓・buildship-help
Create Google Doc in Specific Folder
I am attempting the create new Google Docs via Buildship. The node allows me to specify the title of the doc, but I would also like to specify which folder on my google drive it is saved in. How can I specify the folder? This is a static folder, ie it would be the same each time the node is run.
6 replies
BRBuildShip + Rowy
Created by syraxidlemind on 4/22/2024 in #❓・buildship-help
Firebase filter condition = document reference in another collection
I'm struggling with a basic Firebase Collection Query filter. I have a collection, 'chapters', each of which has a 'book_id' field which stores a reference to the book document they belong to. When I want to query for all chapters with a particular book_id, I get empty results. If I omit the filter, all chapters are returned. Please help me understand what is wrong with this filter syntax: [{"field": "book_id", "operator": "==", "value": "/books/someIdValue"}]
8 replies