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

Amazon DynamoDB vs Google Cloud Firestore comparison

Why PeerSpot?
 

Comparison Buyer's Guide

Executive SummaryUpdated on Mar 3, 2025

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

Amazon DynamoDB
Ranking in Managed NoSQL Databases
2nd
Average Rating
8.2
Reviews Sentiment
6.0
Number of Reviews
45
Ranking in other categories
No ranking in other categories
Google Cloud Firestore
Ranking in Managed NoSQL Databases
11th
Average Rating
8.4
Reviews Sentiment
5.4
Number of Reviews
3
Ranking in other categories
NoSQL Databases (15th)
 

Mindshare comparison

As of September 2026, in the Managed NoSQL Databases category, the mindshare of Amazon DynamoDB is 9.9%, down from 13.6% compared to the previous year. The mindshare of Google Cloud Firestore is 6.8%, up from 5.8% compared to the previous year. It is calculated based on PeerSpot user engagement data.
Managed NoSQL Databases Mindshare Distribution
ProductMindshare (%)
Amazon DynamoDB9.9%
Google Cloud Firestore6.8%
Other83.3%
Managed NoSQL Databases
 

Featured Reviews

DG
Lead SRE at JavaTech
Has improved infrastructure availability and simplified integration through reliable cloud-based data management
Amazon DynamoDB is readily available, and we do not have to worry about downtime unless there is a global outage. From a cost perspective, it presents a challenge. The primary feature is constant availability without concerns about server maintenance or ensuring database uptime, as AWS manages everything from their end. We simply set up the database and allocate it to customers according to their requirements, making it an easy and smooth transition. Regarding security, being in the cloud provides numerous security features. Amazon DynamoDB operates at the backend within our three-tier architecture. We have front hosting, business logic or application server in the middle, and databases at the backend. Additionally, we implement security layers such as SSL, creating a highly secure environment. The solution has proven to be reliable thus far.
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.

Quotes from Members

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

Pros

"Amazon DynamoDB is easy to use because of its nature of scaling and IO, and everything is very fast."
"We don't have to administer the tool."
"Amazon DynamoDB is serverless and fast, and we can use different keys along with it in our code."
"Amazon DynamoDB has positively impacted our organization because it is relatively cheaper than other storage databases, it provides querying support, and since it is non-structured, we do not have to worry about structuring our data as we would with other SQL supports."
"The best feature of the solution is that it is a NoSQL database."
"Stability-wise, I rate the solution a ten out of ten. I've never faced any problems."
"I appreciate the visibility of DynamoDB, as I can observe everything on the Console."
"The technical support team is always available to help us."
"The most valuable features are Firestore's query capabilities and its real-time syncing functionality."
"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."
 

Cons

"Support is better if using a paid version."
"They could provide more information or training programs to deliver knowledge to the engineers about the components of relational databases similar to popular vendors."
"The solution's initial setup is a bit complex if you want it for something more specific."
"Sometimes when we query through the UI, it takes a long time to get the results."
"The setup cost could be reduced. But overall, the tool works smoothly."
"Currently, there is no option for a scheduled refresh in this solution. We want the data to be populated into DynamoDB on a timely basis. Currently, you have to go to the DynamoDB table and hit the refresh button to populate it with the new data. If you have connected DynamoDB to a BI application for creating visualizations with charts, graphs, or other things, you would want it to get updated as per the schedule so that you have updated visualizations in your BI application."
"The process of making a query could be optimized."
"The design patterns and the documentation for this solution could be improved. In a future release, we would like to see an improvement of the data push options as we sometimes experience blockers when moving data."
"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."
"I initially faced a problem creating groups in individual chats."
"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."
 

Pricing and Cost Advice

"Amazon DynamoDB is cheap."
"The pricing is based on Lambda function usage. So, if a Lambda function is invoked with every call, and we receive 5,000 calls daily, that means 5,000 Lambda invocations."
"The solution's pricing is good, and it's not expensive."
"The solution is cheaper than Cosmos DB."
"Amazon DynamoDB is a cheap solution."
"It is a little expensive."
"It is costly. To reduce the costs, users need to read the node in front of it. For read-heavy groups, cache optimization can help manage costs.I can't disclose specific pricing, but it's competitive compared to others in the market, and this information is easily accessible online"
"For our use case usage, DynamoDB's pricing was okay. However, for high-traffic applications, the pricing structure becomes less attractive."
Information not available
report
Use our free recommendation engine to learn which Managed NoSQL Databases solutions are best for your needs.
913,683 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Financial Services Firm
13%
Outsourcing Company
13%
Construction Company
11%
Manufacturing Company
9%
Comms Service Provider
13%
University
12%
Outsourcing Company
12%
Healthcare Company
8%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
By reviewers
Company SizeCount
Small Business24
Midsize Enterprise1
Large Enterprise19
No data available
 

Questions from the Community

What needs improvement with Amazon DynamoDB?
In terms of improvement for Amazon DynamoDB, I can see that it supports a very good amount of querying, but if they can enhance that part by providing aggregation functions similar to SQL and other...
What is your primary use case for Amazon DynamoDB?
Amazon DynamoDB is primarily used for data storage since it is a non-structured database.A specific example of how I use Amazon DynamoDB for data storage in my work is that we use it in correlation...
What advice do you have for others considering Amazon DynamoDB?
My advice for others looking into using Amazon DynamoDB would be that it depends on the architecture needs and budget; if they aim for cost-efficiency, they should use Amazon DynamoDB, but if they ...
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...
 

Also Known As

No data available
Firestore
 

Overview

 

Sample Customers

Samsung, Snapchat, Capital One, Expedia, Tinder, Airbnb, Comcast, Lyft, Redfin, Netflix, Adobe
Information Not Available
Find out what your peers are saying about Amazon DynamoDB vs. Google Cloud Firestore and other solutions. Updated: September 2026.
913,683 professionals have used our research since 2012.