canner-firebase-cms + NextJS
Canner CMS for Firebase with SSR supported (NextJS), for blog, ecommerce, mobile apps and even chatbot! This project is based on Canner, a open source CMS framework https://github.com/Canner/canner
We have another demo using firestore and deploying to Firebase hosting (without SSR), see canner-firestore-cms.
Deployment
Now.sh
or
$ now
Live demo
Tutorial
https://www.canner.io/docs/tutorial-community-firebase.html
Preview
How it works
It is based on Canner CMS framework (https://www.canner.io/), used JSX
(canner-script) to declare how you Firebase data structure and UI in your CMS.
A simple blog post example:
Learn how to write schema canner-script
Import default user
firebase auth:import firebase-default-user.json
Default user
- Username: [email protected]
- Password: admin-test
Development
npm run dev
License
Apache license 2.0