Updating Firestore document database

Hello, Sorry but I have tried and I am looking for help. I am using firestore and I have created a table and I need all the detailed steps on how to update a column using a tag dropdown where it will also be updated in Firestore. Every tutorial has different techniques but all talk about an update query. I need help with this ASAP


Hey @Jarvis_Engineer!

Here are our docs on editable table columns, though I assume you've seen this already:

https://docs.retool.com/docs/build-tables#editable-table-columns

For Firestore specfically, do you have a screenshot of your current query? Are you passing in your table's recordUpdate values in or a selectedSourceRow value?

Here's an example of a user passing in JSON to Firestore!

http://community.retool.com/t/sending-json-to-a-firestore-db/13379

Yeah thanks I got a hang of that