Reputation: 4963
I am aware of how to delete sub collections when a parent collection is deleted programmatically however I can't find any documentation on what happens when you delete a parent collection from the console manually.
Follow up question:
Is there a way to check for undeleted sub collections? I assume these use up storage.
Upvotes: 0
Views: 207
Reputation: 599716
I just tested what happens in the Firebase console when you delete a collection, and it shows this dialog:
So it looks like deleting a collection in the console also deletes any subcollections under it.
Upvotes: 1