Hacker News new | ask | show | jobs
by fgatti 1784 days ago
Hi! The creators of FireCMS here :) React Admin is a very good generic tool that works with multiple data sources. You need to build your panels with a set of prebuilt components or use your custom ones in React. FireCMS approach is a bit different since it is streamlined to be compatible with Firestore. It builds a UI optimised for it out of the box. In the simplest case, you just need to define your collection and entity schemas as props in the main CMS component, no need to do component composition. Anyhow, there is a lot of room of customisation to replace or extend the different parts with your own components. Hope this helps, feel free to reach us in case you have any questions :)
1 comments

Thanks. Looks awesome!