xbommer07
BBuildShip
•Created by xbommer07 on 5/9/2025 in #❓・buildship-help
Reference a specific value in JSON output from Firebase query
I have a node that queries a firebase collection. it returns the results as a document body which is JSON formatted.
{
"Authentication": "Value",
"ConnectionID": "Value",
"Location": "LocationID"
}
I need to use the authentication value in the next node but do not know how to reference only the authentication value.
in javascript I would say {{ Nodename.data.authentication }}
How do I reference this?
I even tried some of the JSON nodes but still no luck.
7 replies
BBuildShip
•Created by xbommer07 on 5/7/2025 in #❓・buildship-help
API Node Header
I have an endpoint that I must pass a header.
accept: Application/json.
I have not found a way to accomplish this yet. Without it Im afraid I will not be able to use Buildship
8 replies