DEV Community

Discussion on: What stack did/do you guys use for making an MVP in hackathons?

Collapse
 
thomand profile image
Thomas Andersen

Google Firebase. Super fast setup and they support hosting, realtime-db, Cloud functions etc all for free (at least enough minutes/queries etc for an MVP). Usually use Vue or React from some template.

Collapse
 
nishantwrp profile image
Nishant Mittal

Cool Thanks! But what framework do you use for building the application and consume the google firebase services?