firecmsco / firecms

Awesome Firebase/Firestore-based CMS. The missing admin panel for your Firebase project!
https://firecms.co
Other
1.12k stars 184 forks source link

Hide Document ID on regular reference property #623

Closed VisetDev closed 1 week ago

VisetDev commented 4 months ago

when I add a reference property it shows document ID regardless it is not set on 'previewProperties'.

image

this works in case of array pointing to collection:

image

Id should be shown only by default (if no "previewProperties" are assigned)

fgatti675 commented 1 week ago

There is now a includeId prop in reference properties :)