DEV Community

Discussion on: Google Firebase Good or bad?

Collapse
 
razvanstatescu profile image
Răzvan Stătescu

In my opinion, firebase is good, it saves you a lot of time. But, for complex applications, it might become expensive and hard to use (limited in some ways).

If you're using PHP, you can try something like Heroku (also can become pretty expensive).

Or digital ocean (more developer-friendly) or was.

As for the database, I find no-sql databases (MongoDB for example) more helpful at the beginning(faster to develop). For mongo, you can use cloud.mongodb.com (they have a free plan).

So, to wrap things up, I think firebase is great for prototypes and not very complex applications.