Massively inserting rows in the build-in Buildship Firestore database
Hello! Is there a way to massively add new rows into the built-in Buildship Firestore database?? Without having to insert the rows one by one??? @Gaurav Chadha
Solution:Jump to solution
Hi @adrfinance, you can pass the data dynamically using variables, instead of hardcoding the data, example query from your firestore collection and create document using BuildShip Create Document node pass the data received to BuildShip Table Create Doc node. https://docs.buildship.com/basics/buildship-tables.
1 Reply
Solution
Hi @adrfinance, you can pass the data dynamically using variables, instead of hardcoding the data, example query from your firestore collection and create document using BuildShip Create Document node pass the data received to BuildShip Table Create Doc node. https://docs.buildship.com/basics/buildship-tables.