Old Boy
Old Boy9mo ago

CRUD

Before I seriously use Buildship's database, is it in your roadmap to allow us to access and CRUD our Firestore tables etc? I'm paying for the service, but realize I actualyl don't have access or at least full editability of my database nor file storage via CRUD.
3 Replies
Gaurav Chadha
Gaurav Chadha9mo ago
Hi @Old Boy r, You can perform CRUD operations on your Firestore Table Data with current nodes too. For the renaming and deletion of the table/collection name or ID of the Firestore collection, currently, you'll be required to set it first (Setup >) which will move the table to a collection on BuildShip on which you can change the table/collection name. The Firestore doesn't directly allow you to rename a collection to build efficient indexes.
No description
Gaurav Chadha
Gaurav Chadha9mo ago
For the BuildShip database nodes, it supports all CRUD operations, you can refer to these docs - https://docs.buildship.com/basics/buildship-tables. Could you please ellaborate on the the missing editability in BuildShip nodes for database? We'll be happy to include more functionality in terms of editability
Old Boy
Old Boy9mo ago
I just would like to delete a collection if I can't rename it. It's kind of hanging there because I no longer need it. And I want to be able to see all the files I've updated to the storage and delete if need be like I can documents in database.