InterlooperI
BuildShip3y ago
25 replies
Interlooper

Create Document node not working

Hi all, I tried using BuildShip's Database with Firestore Write/Read example, but it doesnt work. I tested just the node it always returns this error:
{
"error": {
"error": {
"code": 5,
"details": "",
"metadata": {},
"note": "Exception occurred in retry method that was not classified as transient"
},
"label": "Create Document",
"message": "5 NOT_FOUND: "
},
"label": "Branch",
"message": "5 NOT_FOUND: "
}

When I checked the code I saw that there is an undefined parameter when initializing Firestore. I provided screenshoot.
Screenshot_2023-11-15_114409.png
Was this page helpful?