-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Description
I’m using DBCode with Firestore (Cloud Firestore), but I’m unable to see or navigate subcollections under a document. Only the top-level collections and documents are visible; when I expand a document that has subcollections, nothing appears (or no UI to expand).
So it seems like a bug or missing implementation.
Steps to Reproduce
- Connect DBCode to a Firestore project
- Open the Firestore database
- Expand a top-level collection
- Expand a document that has one or more subcollections
- Observe: the subcollections do not appear / cannot be expanded
Expected Behavior
- When a document has subcollections, they should appear (perhaps as child nodes) and be expandable
- I should be able to browse into those subcollections, see their documents, etc.
Thank you for maintaining this plugin — it’s a great tool and I hope this helps!