Which is better, MongoDB or Firebase?
CRANK

Thanks for the A2A. When you say Firebase, I assume you are referring to the Realtime Database product.I’ll give two answers; a short one and a long one.Short Answer:None of them is better.I say this because they are quite different in many ways, and a better question to ask is which of them suits your unique use case. Whichever one fits better, gets the prize.Long AnswerFirebase is very useful if you fit one of the following scenarios:You are a startup and want to spin off an MVP as soon as possible. You want to do this without the headache of designing and maintaining a full backend architecture.You fit number 1 and your application requires that you give realtime updates on several devices based on data changes.Firebase also offers realtime synchronization of data. Your clients can make updates even when they are offline, and the data synchronizes automatically when they are back online.Firebase is great, but there are some drawbacks I have seen with using Firebase:Building an API…

quora.com
Related Topics: X as a Service MongoDB