I've made quasar2 + firebase-auth boilerplate #10726
Replies: 3 comments 1 reply
-
Great contribution! A lot of people will be very helped with this starter kit. |
Beta Was this translation helpful? Give feedback.
-
This is awesome, thanks! |
Beta Was this translation helpful? Give feedback.
-
As a suggestion, u can transform your starter kit in an UI extension. Just put your components, boots, etc in the template folder and render it in the install script. https://quasar.dev/app-extensions/development-guide/install-api#api-render If u wanna to learn more why that approach is prefered over create a starter kit, read that: https://quasar.dev/app-extensions/tips-and-tricks/starter-kit-equivalent#introduction |
Beta Was this translation helpful? Give feedback.
-
I've found that wiring authentication to a new project is very time consuming.
I couldn't find any quasar2 + firebase boilerplate, so I've made one: https://github.com/datamule-io/quasar2-vue3-firebase-auth
It's almost vanilla quasar 2 app, with FIrebase authentication including sign-in / sign-up, forgot-password, etc, already wired.
Feel free to use and contribute.
Beta Was this translation helpful? Give feedback.
All reactions