Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Web Technology by (47.6k points)

What are some quantitative advantages of using Firebase over MongoDB? (not opinions)

I know that Firebase is a cloud-based service with its own API, but I feel like Mongo may give me greater control in the long run.

2 Answers

0 votes
by (106k points)

You can understand the difference between MongoDB and Firebase by reading this answer: Working with Firebase is a huge advantage if you are trying to do user management, database, messaging sort of app since all of these features are already well integrated.

Like others have said, if you're just focused on the database/querying aspect, stick to mongo.

0 votes
by (108k points)

Firebase is a Backend-as-a-Service holding identity management, realtime data views, and a document database. It runs in the cloud.

MongoDB is a full-fledged database with a productive query language. In system, it runs on your own machine, but there are cloud providers.

Browse Categories

...