Inconsistent API output with 'body'
Hi there,
I have an issue with my API outputs using v2 of BuildShip. I'm using the Firebase Auth Request to get the data from Firestore and returning the 'data' object of a Firestore document.
So far so good. However, it seems like there is something wrong with the Output node. Instead of returning the data object as it is, the result is being nested in a "body" class.
So, instead of :
{
"uid": 000000,
"name": john
}
I get :
{
"body": {
"uid": 000000,
"name": john
}
}
I don't have this issue with my Flows using BuildShip v1. And unfortunately I can't build my new flows using the v1.
Any tips?
Thanks,
I have an issue with my API outputs using v2 of BuildShip. I'm using the Firebase Auth Request to get the data from Firestore and returning the 'data' object of a Firestore document.
So far so good. However, it seems like there is something wrong with the Output node. Instead of returning the data object as it is, the result is being nested in a "body" class.
So, instead of :
{
"uid": 000000,
"name": john
}
I get :
{
"body": {
"uid": 000000,
"name": john
}
}
I don't have this issue with my Flows using BuildShip v1. And unfortunately I can't build my new flows using the v1.
Any tips?
Thanks,
