[Solved] Firebase delete Collection

while i was trying to make rooms for my online lobby i noticed that here is no way of starting a new collection?


what i was expecting was, that this will create a new collection, if it doesn’t exist. Sadly, this is not the case.
Seems there is also no option to access a collection of a document?

I want a way to create new collections for firestore from inside the game.

Scratch that, i just needed to reload firebase, the collection was infact created, just as i was expecting.

However, is there a way to delete them?
Found it. It is possible to delete a collection with all sub documents. Exactly what i need.

I love the continued discovery of this post. Reminds me of some of my notes from when I’m playing mystery games. :smiley:

I’ll go ahead and close this out.

1 Like