adrfinance
adrfinance5mo ago

adrfinance - Hello, for a Firestore table creat...

Hello, for a Firestore table created via Buildship, is there a way to check if the table has indices? How can I do that? How can I create indices?
7 Replies
Gaurav Chadha
Gaurav Chadha5mo ago
@adrfinance, you should also get this "Create Index" Button on node as well to create index
No description
adrfinance
adrfinanceOP5mo ago
Hello @Gaurav Chadha , I cannot find the database created via Buildship in console cloud google website. Why is this happening?
Gaurav Chadha
Gaurav Chadha5mo ago
@adrfinance, that was the AI generated message, I've removed that it didn't had correct refernce. Which node are you using? BuildShip or Firestore?
adrfinance
adrfinanceOP5mo ago
@Gaurav Chadha I had created the database visually via Buildship. @Gaurav Chadha but if I understand correctly it is a Firestore database???
Gaurav Chadha
Gaurav Chadha5mo ago
Yes, both BuildShip database and Firestore database are different. BuildShip DB is an inbuilt Firestore database which comes with your project. It is not the one you access with your associated email outside BuildShip. You can refer to this conversation - https://discord.com/channels/853498675484819476/1246926649686097983/1247120881755488276.
adrfinance
adrfinanceOP5mo ago
@Gaurav Chadha so how I can find this node to create index on my buildship built database?
Gaurav Chadha
Gaurav Chadha5mo ago
You can run any BuildShip db node, you'll get the link to index when testing if it requires to create index. index cannot be checked directly form the BuildShip db.