在 firebase/firestore 控制台删除一个集合是否会删除所有子集合?

Does deleting a collection in the firebase/firestore console delete all sub collections?

我知道如何在以编程方式删除父集合时删除子集合,但是我找不到任何文档说明从控制台手动删除父集合时会发生什么。

跟进问题:

有没有办法检查未删除的子集? 我假设这些用完了存储空间。

我刚刚测试了删除集合时 Firebase 控制台中发生的情况,它显示了这个对话框:

所以看起来在控制台中删除一个集合也会删除它下面的所有子集合。