Buildship: Firestore Collection Query error
Hi All,
I'm trying to use the Firestore Collection Query to get all documents belonging to my Firebase collection. I've set up a /GET API trigger which flows into the Firestore Collection Query and then return the '(x)Firestore Collection Query' array.
I can successfully query my Firestore collection when clicking the run button on the Firestore Collection Query node of my workflow, but when I click the "Test"button in Buildship or call my API with
Postman I see the following response:
{
"name": "Error"
}
Has anyone encountered this behavior? If so, please let me know how you resolved the return error.
Thanks
P.S. I have simplified my workflow to as few nodes as possible for the sake of asking my question here.
I'm trying to use the Firestore Collection Query to get all documents belonging to my Firebase collection. I've set up a /GET API trigger which flows into the Firestore Collection Query and then return the '(x)Firestore Collection Query' array.
I can successfully query my Firestore collection when clicking the run button on the Firestore Collection Query node of my workflow, but when I click the "Test"button in Buildship or call my API with
Postman I see the following response:
{
"name": "Error"
}
Has anyone encountered this behavior? If so, please let me know how you resolved the return error.
Thanks
P.S. I have simplified my workflow to as few nodes as possible for the sake of asking my question here.



