No more typing reviews! Try our Samantha, our new voice AI agent.

Google Cloud Firestore vs MongoDB Enterprise Advanced comparison

 

Comparison Buyer's Guide

Executive SummaryUpdated on Feb 8, 2026

Review summaries and opinions

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Categories and Ranking

Google Cloud Firestore
Ranking in NoSQL Databases
15th
Ranking in Managed NoSQL Databases
11th
Average Rating
8.4
Reviews Sentiment
5.4
Number of Reviews
3
Ranking in other categories
No ranking in other categories
MongoDB Enterprise Advanced
Ranking in NoSQL Databases
2nd
Ranking in Managed NoSQL Databases
6th
Average Rating
8.2
Reviews Sentiment
6.7
Number of Reviews
82
Ranking in other categories
Open Source Databases (7th)
 

Mindshare comparison

As of August 2026, in the NoSQL Databases category, the mindshare of Google Cloud Firestore is 3.1%, up from 1.7% compared to the previous year. The mindshare of MongoDB Enterprise Advanced is 13.1%, down from 15.2% compared to the previous year. It is calculated based on PeerSpot user engagement data.
NoSQL Databases Mindshare Distribution
ProductMindshare (%)
MongoDB Enterprise Advanced13.1%
Google Cloud Firestore3.1%
Other83.8%
NoSQL Databases
 

Featured Reviews

PrathapSankar - PeerSpot reviewer
engagement Manager at Capgemini
Has simplified backend development for moderate user applications and supports efficient real-time data updates
A simplified way of building a logical layer on top of Firebase is necessary. Currently, the only option is to use cloud functions or Cloud Run functions. If they come up with an easier way of handling the logical layer between the frontend and backend, that would be beneficial. The UI of Firebase is much better compared to AWS or other Azure, but there is still scope for improving the usability of the UI. Additionally, some more AI features for automation can be added. The security layer can be enhanced, as currently, for data handling, there is just rule-based security; they can add one more layer of data security.
AB
Co-Founder at Vsigma IT Labs Pvt Ltd
Have managed customer transaction data efficiently and supported high-demand workloads with reliable performance
The integration between data warehouse could be improved. Nowadays, a lot of data is getting generated, so certain ETL flexible scripts with backend database integrations would be an improvement I could see. I will not be able to clearly say there is currently a deficiency there. All our DBs are integrated with a backend data warehouse, not necessarily AWS. When third-party data warehouses are integrated, we are seeing some ETL job performance issues. It is a one-off scenario so we have not thoroughly done any troubleshooting on that. It could be platform or third-party related issue. From the AWS standpoint, if robust integration and data warehouse integration specific tools are added in the advanced suite, that would definitely be helpful.

Quotes from Members

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Pros

"One of the main features of Google Cloud Firestore's document management is the real-time listener; whenever there are any changes in the data, all the documents and applications that are reading through that particular document get automatically notified that there was some change, and automatically all the data gets refreshed."
"I use the solution for maps, saving some locations, and chats."
"The most valuable features are Firestore's query capabilities and its real-time syncing functionality."
"The most valuable features of MongoDB are we have a lot of documentation and SQL-based applications that run on it."
"It stores historical data with ease. For example, if you are a healthcare member, then you will have multiple records of visits to the doctors. To store such data in Oracle Database, you have to create many records. You might also have duplication problems because your records are going in again and again, because of which the data warehouse and the maintenance cost will be huge. MongoDB is comparatively lightweight. It is a JSON extract. Once you define a schema and extract it, you can push all the relationships in any way you want. It is easier to define and get different types of transactions into MongoDB. It is also easier to set it up as compared to other solutions. MongoDB is a NoSQL database, which means it is a document DB in which you can store documents that you created in BSON. It is pretty fast in response. It is faster than relational databases because it does not define any primary keys, secondary keys, tertiary keys, and all those kinds of things."
"Easier to maintain the data with its document-based storage."
"The installation is very easy to do and understand."
"MongoDB is simpler to learn and implement than traditional SQL solutions like MySQL."
"The tool is also user-friendly."
"We put MongoDB on AWS for a specific project, and it's easy to use."
"The solution does not hold data in tabular format like SQL does but rather clusters data so that it can link on a large scale."
 

Cons

"I initially faced a problem creating groups in individual chats."
"For lower volumes, it works fine, but once the volume increases, for use cases where the total number of users is less than 100,000 a month, Firebase is cheaper. But once you go beyond that, it becomes very expensive."
"Firestore needs improvements in its querying capabilities, particularly the ability to join tables and merge data from different tables before sending it to the front end."
"It would help if MongoDB offered a light solution for small projects."
"It would be much more useful if I have an admin user and a password."
"The scalability of the solution has room for improvement."
"The transaction could use improvement. From MySQL, for example, you cannot create a transaction if you are reading and writing a document at the same time."
"It could be more stable. It would be better if it were more user-friendly like Oracle, which is very easy. For example, creating an index is simple in Oracle. In MongoDB, it's quite challenging to do that. Performance could be better. It's fast and good, but you cannot put every application that you would like to in MongoDB."
"Its security features can be better. Sometimes, my higher authority says that we are not going to use MongoDB because it doesn't provide that much security for the RDBMS or relational data that we use for transactions. Instead of MongoDB, we will use Oracle Database because for a transactional service, you have to rely on RDBMS ACID properties. I would love to work on MongoDB by using my mobile phone. When I am working remotely or traveling and have some instances deployed on my server, I should be able to check through my mobile whether all the data is being pulled. GitHub has a similar feature, where it lets you read from the laptop, and you can also pull and push with your mobile phone. I would request MongoDB to provide such a feature. Basically, I want a mobile version for both iOS and Android versions."
"So I would say our compatibility and performance are the two things that came up that I know in the project we had problems with."
"The price can always be better. I mean, we are a big corporation so it is quite expensive for us."
 

Pricing and Cost Advice

Information not available
"At the moment, all customers are using the community version."
"We use the open-source version, which is available to use free of charge."
"I chose MongoDB because it is cost-effective compared to Oracle, which can be expensive. In addition, MongoDB has good performance and has not caused any issues while working with it. It has been a good choice for me."
"The solution is open source, so it is free."
"We are using the Community Edition of MongoDB."
"I don't know, but I have heard from people who procure it that it is much cheaper than Oracle."
"I currently use the solution's community edition which is free."
"It's open-source."
report
Use our free recommendation engine to learn which NoSQL Databases solutions are best for your needs.
908,800 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
University
14%
Comms Service Provider
12%
Government
9%
Manufacturing Company
8%
Financial Services Firm
15%
Manufacturing Company
8%
Construction Company
7%
Comms Service Provider
7%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
No data available
By reviewers
Company SizeCount
Small Business36
Midsize Enterprise13
Large Enterprise39
 

Questions from the Community

What needs improvement with Google Cloud Firestore?
A simplified way of building a logical layer on top of Firebase is necessary. Currently, the only option is to use cloud functions or Cloud Run functions. If they come up with an easier way of hand...
What is your primary use case for Google Cloud Firestore?
Firebase is our main backend, so for managing authentications, for managing the backend database, and building cloud functions, it is all through Firebase. In the case of Google Cloud Firestore, th...
What advice do you have for others considering Google Cloud Firestore?
I have experience with Firebase, especially Firebase, then Google Cloud Computing Engine, and then Google Firebase Studio. Google Cloud Firestore is one of the offerings in Firebase, which is basic...
What is your experience regarding pricing and costs for MongoDB?
I think it depends on the provider. For example, on DigitalOcean, they have strict routing. You have to whitelist an IP address, or you risk getting DDoS. Then if you're going for the Atlas one tha...
What needs improvement with MongoDB?
I don't really have a deep dive into it, but I see that MongoDB Enterprise Advanced has RAG and Vertex support. However, we really didn't use it because I think one thing also is that Prisma, the O...
What is your primary use case for MongoDB?
A typical use case for MongoDB Enterprise Advanced is mostly for the database, storing our data.
 

Also Known As

Firestore
No data available
 

Overview

 

Sample Customers

Information Not Available
Facebook, MetLife, City of Chicago, Expedia, eBay, Google
Find out what your peers are saying about Google Cloud Firestore vs. MongoDB Enterprise Advanced and other solutions. Updated: June 2026.
908,800 professionals have used our research since 2012.