adrfinance
adrfinance3mo ago

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:
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.
Jump to solution
1 Reply
Solution
Gaurav Chadha
Gaurav Chadha3mo ago
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.