blackmase
blackmase8mo ago

mason_davis - I have one simple question, can r...

I have one simple question, can rowy update subcollections on firestore db
2 Replies
Gaurav Chadha
Gaurav Chadha8mo ago
Hi @mason_davis, you can use the column type sub-collection which will update subcollection on firestore db - https://docs.rowy.io/field-types/sub-table.
blackmase
blackmase8mo ago
Thank you Gaurav is there a way that i can simply just update prices to existing documents instead of creating brand new documents i am trying to update prices on existing subcollection documents by uploading a csv file that just has model number and price update Im doing what the documentation said, however everytime i upload as a csv it generates new documents... Disregard I didn't realize I needed a separate row for ID. Thank you for your time