firecmsco / firecms

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

How do I get current user id in a property? #531

Closed virendrapalsingh closed 1 year ago

virendrapalsingh commented 1 year ago

properties: { createdBy: { name: "Created By", dataType: "string", defaultValue: "Want to automaticaly add user id here", readOnly: true, } }

fgatti675 commented 1 year ago

https://firecms.co/docs/collections/dynamic_collections

virendrapalsingh commented 1 year ago

How do I use EntityCollectionsBuilder with existing EntityCollection?