while i was trying to make rooms for my online lobby i noticed that here is no way of starting a new collection?
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.