DEV Community

Arjun Hadke
Arjun Hadke

Posted on

Vue 3 w/ Composition API + Firebase for production ready app?

Do you think Vue 3 with Composition API and Firebase for the backend, is a good approach to build a production ready application facing 1000 users?

I am planning a web app where users may interact with a single page while the admin has control to change data and display to the users. It will be a basic functionality, though.

Opinions and critics are most welcome.

Top comments (4)

Collapse
 
saravanasai profile image
Saravana Sai

its better to go with framework like laravel or any other with simple API . it will be more scaleable in future with out more time & budget . its my opinion because i have currently building my own budget tracker web application on open source .....

Collapse
 
arjunhadke7 profile image
Arjun Hadke

Sounds like a good point. But since there wont be any major features to be added in the future, I am considering a managed platform like Firebase as of right now.

Collapse
 
valentinprgnd profile image
Valentin Prugnaud 🦊

Provided that your data doesn’t require any enforced relationships, Firebase (I’m assuming you’ll use Firestore) will do just fine. Otherwise for relational data, take a look at Hasura (with a Postgres database), it’s pretty good. Laravel is great too, but if you want to get an MVP out in days, Vue + Firebase is killer (plus barely any backend code required)

Collapse
 
michaelkove profile image
Michael Kove

Yes, based on what you described - sufficiently.

I wouldn't go "Laravel" (I'm Laravel developer of 8+ years), because you're adding unnecessary overhead and monolith framework which is overkill.