Hi there! I'm building an admin interface to manage/update documents in Firebase. I'm trying to get things wired up by testing an update to a single property which is nested in an object within the target document.
The target document looks like this...
And my update query in Retool looks like this...
This is resulting in a new property written into the document, but I'm trying to update the existing property.
I could use some help fixing my Update Document value or any other insight you can provide! Thank you!