You are viewing a single comment's thread from:

RE: MongoDB: CRUD operation in console and introduction to mongoose.js

in #utopian-io8 years ago

Nice post.
How would you compare MongoDB to Firebase Firestore? I am a long time MongoDB user but I am considering switching to Firestore due to the ease of setup and scaling. What do you think?

Sort:  

Firebase is a database as a service (DaaS), so making an API is much faster. I used to use a lot of Firebase for prototyping with React as Front End. Is something you would like to use to get a prototype real fast but for production, you normally need to take control of all these by yourself, so Mongo and Node could be an API for it.