firecms
firecms copied to clipboard
Awesome Firebase/Firestore-based CMS. The missing admin panel for your Firebase project!
Hi @fgatti675 There is a new issue that has been occurring in v1.0.0 for me. I have an entity with the on_create timestamp field that is already set. The field...
I'm interested in displaying images from external url(not Firebase storage). I don't need the upload functionality. So is it currently possible to do, without using custom preview?
I was wondering if its possible to use react-draft-wysiwyg as a text field instead of markdown.
Is it possible to use buildCollection with a schema that refers to a sub collection? Basically I have something like this ``` type Match = { events: Event[] } type...
``` background: { dataType: "number", name: "Colour", enumValues: [ { id: 4281080974, label: " Blue ", color: "blueDarker" }, { id: 4293947270, label: " Cyan ", color: "cyanDarker" }, ]...
Hi, I'm setting up a custom side entity view but I couldn't make firecms display the new schema I pass in. "@camberi/firecms": "^1.0.0" I set overrideSchemaRegistry = true and passed...
I am running the Quickstart instructions for the first time. I have added the required packages via Yarn. I am getting the following errors when running `yarn start`: > WARNING...
Right now users can select a predefined list of color combinations. We would enable developers to define their own custom combinations
On top of and while pursuing fixes for https://github.com/Camberi/firecms/issues/340 , I ran `yarn test` on a project created by following https://firecms.co/docs/quickstart/ on Tuesday 2022.7.26 , with the minor exception of...
`Bug` // We first discovered it in our own admin tool running on FireCMS (`2.0.0-alpha.22`). If two values in same collection are changed (within proximity in time) then something strange...