Connecting Latenode to Firebase

Hi all! I’m new to Latenode and I’m stuck trying to set up a Firebase Update Document node. I’m not exactly sure about the correct values for the Document Fields JSON and Update Mask Field Paths fields even after scouring the documentation for clues. I keeping getting the error:

exec command error: request to pd server code 500 error: Update Mask Field Paths input contains invalid JSON.

I would appreciate help from anyone who could has an idea about what I might be doing wrong. TIA

Hi, I apologize for the delayed response. Which node did you use?

Currently, we do not have integration with Firebase. Could you please show me which folder you got that node from? Thank you!

Hi,
The correct way in fields is this:

Document Fields Json
{
“name”: { “stringValue”: “Joe” },
“mobile”: { “integerValue”: “99999999” }
}

Update Mask Field Paths

[
“name”,
“mobile”
]