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
@adrfinance, you should also get this "Create Index" Button on node as well to create index
Hello @Gaurav Chadha , I cannot find the database created via Buildship in console cloud google website. Why is this happening?
@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?
@Gaurav Chadha I had created the database visually via Buildship.
@Gaurav Chadha but if I understand correctly it is a Firestore database???
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.
@Gaurav Chadha so how I can find this node to create index on my buildship built database?
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.