Hi,
I have a root collection in firestore with some settings-related documents. Some of them have different subcollections.
I’d like to have a table that deals with a specific subcollection, however, JetAdmin is not even showing me the subcollection.
Structure:
settings
- entities
- users → That’s the one I want
- roles
- permissions
Thank you!