BuildShipBBuildShip
Powered by
xbommer07X
BuildShip•10mo ago•
6 replies
xbommer07

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.
Solution
@xbommer07 It looks like you're outputting an array, so you may need to do
Nodename[0].data.authentication
Nodename[0].data.authentication
Jump to solution
BuildShip banner
BuildShipJoin
Join founders, builders, devs using Low-code / No-code to create backend, APIs, scheduled Jobs, automation, AI workflows
7,971Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Extracting JSON value from OpenAI node output into Notion
AhmadAAhmad / ❓・buildship-help
3y ago
query a firebase subcollection
ThomasTThomas / ❓・buildship-help
2y ago
Firebase filter condition = document reference in another collection
syraxidlemindSsyraxidlemind / ❓・buildship-help
2y ago
How to set document reference in Firebase Node
Md RashedMMd Rashed / ❓・buildship-help
2y ago