Cloud Firestore is a NoSQL document database that lets you easily store, sync, and query data for your mobile and web apps – at global scale; MongoDB: The database for giant ideas. MongoDB stores data in JSON-like documents that can vary in structure, offering a dynamic, flexible schema.
Read moreHow do I migrate from Firebase to MongoDB?
For moving to MongoDB, I would recommend Stitch which uses Atlas to store data in the cloud. From Firebase, you should be able to export existing data as JSON, and them import into MongoDB with mongoimport . The docs have some create tutorials and example apps to get you started.25 Nis 2017
Read moreCan I migrate from Firebase?
How to initiate the move away from Firebase? The first thing to do is to replace the services you won’t be able to migrate later . Hosting or authentication are so tied up with Firebase that you need to migrate them right away. Just keep the realtime updates and database in Firebase, the rest should belong to you.
Read moreCan you use MongoDB and Firebase together?
Firebase includes two data stores: the Real-Time Database and Cloud Firestore, each optimized for a different part of application development. … For example, MongoDB can be operated on-premise or in the cloud (using MongoDB Atlas, or self-managed cloud MongoDB), while Firebase is purely a cloud database service.
Read more