---
title: Google Firebase Realtime Database Reviews
meta_title: 'Google Firebase Realtime Database Reviews 2026: Details, Pricing, & Features
  | G2'
meta_description: Filter 35 reviews by the users' company size, role or industry to
  find out how Google Firebase Realtime Database works for a business like yours.
aggregate_rating:
  rating_value: 4.5
  review_count: 35
  scale: '5'
date_modified: '2026-06-17'
parent_category:
  name: NoSQL Databases
  url: https://www.g2.com/categories/nosql-databases
---

# Google Firebase Realtime Database Reviews
**Vendor:** Google  
**Category:** [Other Non-Relational Databases Software](https://www.g2.com/categories/other-non-relational-databases)  
**Average Rating:** 4.5/5.0  
**Total Reviews:** 35
## About Google Firebase Realtime Database
Google Firebase Realtime Database is a cloud-hosted NoSQL database that lets you store and sync data between your users in realtime.



## Google Firebase Realtime Database Pros & Cons
**What users like:**

- Users appreciate the **ease of use** of Google Firebase Realtime Database, making project setup simple and efficient. (1 reviews)
- Users appreciate the **easy-to-use interface** of Google Firebase Realtime Database, benefiting from free credits and feature-rich options. (1 reviews)
- Users value the **free credits** from Google Firebase Realtime Database, enabling easy starts for cloud-based projects. (1 reviews)

**What users dislike:**

- Users experience **poor customer support** , noting minimal troubleshooting guides and difficulty reaching technical assistance. (1 reviews)
- Users struggle with **poor documentation** , making troubleshooting and accessing technical support challenging. (1 reviews)

## Google Firebase Realtime Database Reviews
  ### 1. Lightning-Fast, Cost-Effective Realtime Database for Simple Use Cases

**Rating:** 4.5/5.0 stars

**Reviewed by:** Bishal . | Chief Technical Officer, Computer Software, Small-Business (50 or fewer emp.)

**Reviewed Date:** December 31, 2025

**What do you like best about Google Firebase Realtime Database?**

Firebase Realtime Database is a cost friendly realtime database that works with almost all the technological stacks that one can think of. It provides with a database that provides milisecond latency i.e. data can be fetched, updated, created or deleted within miliseconds of it's command which make it seem like a realtime operation. It is best suited for applications that depends on time for it's functionality like realtime chatting, online multiplayer games etc.

**What do you dislike about Google Firebase Realtime Database?**

Unlike Firebase Firestore, querying on realtime database is super hard. It is not made for complex data storage. It can only handle simple data that are needed to be fetched in realtime.

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

Firebase Realtime Database is providing me with a cheap, secure and reliable option to have a database that can be used to perform operations at high speed and low latency. I use it for my chat applications where the data in the database are being updated frequently and I have to show this updated data to the users in realtime. The free tier of Realtime Database is generous which makes it a top pick for hobby programmers.

  ### 2. Reliable Real-Time Database for Low-Latency Projects

**Rating:** 4.5/5.0 stars

**Reviewed by:** Bishal D. | Founder and CTO, Computer Software, Small-Business (50 or fewer emp.)

**Reviewed Date:** December 31, 2025

**What do you like best about Google Firebase Realtime Database?**

Firebase realtime database is the best, reliable, and secure database suited for projects that works on low latency like instant messaging, storing multiplayer online games data etc. It supports data streaming so the data are being updated in your app in realtime without any refresh.

**What do you dislike about Google Firebase Realtime Database?**

The dashboard of Firebase Realtime Database is quite confusing if you have a lot of data. The data is being shown in tree format rather than table format which is the standard.

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

Firebase Realtime Database is providing reliable, secure and low latency database that I can integrate within my apps that require low latency application like messaging apps, multiplayer gaming apps. The experience it is providing to the end users makes it super useful as it supports realtime updation of data, no refresh on the user side is required if any data in the database changes, firebase updates the UI with the latest value.

  ### 3. Effortless Real-Time Chat That Just Works

**Rating:** 5.0/5.0 stars

**Reviewed by:** Barbara C. | Owner, Small-Business (50 or fewer emp.)

**Reviewed Date:** December 16, 2025

**What do you like best about Google Firebase Realtime Database?**

I like it because it makes real-time chat between buyers and vendors on my website super easy.

**What do you dislike about Google Firebase Realtime Database?**

There are no downsides to using Google Firebase Realtime Database so far.

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

It solves the issue of slower communication between members on our website. Vendors and buyers can talk to each other in real time, see messages instantly, and keep conversations flowing without any delays.

  ### 4. Good for getting things done

**Rating:** 5.0/5.0 stars

**Reviewed by:** Aman K. | Student Intern, Small-Business (50 or fewer emp.)

**Reviewed Date:** July 02, 2023

**What do you like best about Google Firebase Realtime Database?**

The fact that it's a key value pair database which allows to attach realtime listeners at any path level is the best feature.
You can just listen to a single node if you like or attach your lisner to a big node root.

It's fast and even with only 3 data center as of now, it delivers data with very low latency.

**What do you dislike about Google Firebase Realtime Database?**

It has very view data center location, currently only 3.

There are less options for querying data or modifying arrays etc but that's understandable.

Also, it would be beneficial if there would be a way to create own client to connect to the database easily instead of using sdks which are not available everywhere.

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

It helped solve realtime state management and data synchronisation problem.

I also used it in a chat system to get instant delivery l.

In One multiplayer game I used rtdb .

  ### 5. It was easy an quick

**Rating:** 5.0/5.0 stars

**Reviewed by:** Suraj B. | Mid-Market (51-1000 emp.)

**Reviewed Date:** June 26, 2023

**What do you like best about Google Firebase Realtime Database?**

What I like most is the rules that only allow authenticated users to modify the database, this makes sure that no one else is allowed to modify the data that I've stored

**What do you dislike about Google Firebase Realtime Database?**

Nothing as such, but I'd say I don't really like the UI it gives to us, or maybe if there was a mode developer friendly way to interact with it, something like a tool

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

In my opinion it's solving the need for a real time communication channel for small applications where it's notjreally feasible or needed, you can just use realtime database now

  ### 6. Firebase - No Sql Database

**Rating:** 2.5/5.0 stars

**Reviewed by:** Altaf M. | Small-Business (50 or fewer emp.)

**Reviewed Date:** June 22, 2023

**What do you like best about Google Firebase Realtime Database?**

The best thing about Google Firebase is that, firstly it is no sql database so no statements needed. Secondly, it is comparatively fast. Thirdly it comes will lot of modules that makes development a breeze.

**What do you dislike about Google Firebase Realtime Database?**

The thing that I dislike about Google Firebase Realtime Database is that, firstly since it is no SQL so no relations, that is a con as per my view. Secondly, it is way too costly for a startup business.

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

The main problem as per my view that Google Firebase is solving is development of applications to a faster level. Since it comes with all the modules necessary to setup a web application or mobile application, we don't need to do extra efforts in developing the backend.

  ### 7. Firebase is great product

**Rating:** 3.5/5.0 stars

**Reviewed by:** Raj K. | Small-Business (50 or fewer emp.)

**Reviewed Date:** June 23, 2023

**What do you like best about Google Firebase Realtime Database?**

Talking about Google Firebase Realtime Database, the best thing I like about it is the way it helps in speeding up the development process. It also eases the development process to  a great extent. So, in short it is best for rapid application development.

**What do you dislike about Google Firebase Realtime Database?**

The thing that I dislike about Google Firebase Realtime Database is the complexity of its panel. It is not that much user friendly. The other thing that i dislike is its being overpriced.

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

The main problem that Google Firebase Realtime Database is solving for us is that it helps in fast development and is best for the Machine Learning Datasets and analytics data. And that is the field our company deals with the most.

  ### 8. I really like the service

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Enterprise (> 1000 emp.)

**Reviewed Date:** June 27, 2023

**What do you like best about Google Firebase Realtime Database?**

As a developer who has used Realtime Database, one of the aspects I truly appreciate is its remarkable real-time data synchronization feature. It's simply fascinating to witness how effortlessly it keeps data updated across multiple devices. This capability empowers me to create applications that offer a seamless user experience with instant data updates. Whether it's collaborative features, real-time messaging, or any interactive functionality, Firebase Realtime Database ensures that the information is always up-to-date. It's truly a game-changer, enabling me to build dynamic and engaging applications that keep users hooked.

**What do you dislike about Google Firebase Realtime Database?**

One minor drawback I have experienced with Google Firebase Realtime Database is its limited querying capabilities. While it excels in real-time data synchronization, performing complex queries can be a bit challenging. However, with thoughtful data modeling and careful consideration of query patterns, it is still possible to overcome this limitation effectively.

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

It solves the challenge of real-time data synchronization across multiple devices, allowing for seamless application updates. This benefits developers by enabling them to create interactive and collaborative applications with instant data updates. It ensures a smooth user experience and enhances the overall responsiveness and engagement of the applications we build.

  ### 9. Real time experience with firebase DB

**Rating:** 4.5/5.0 stars

**Reviewed by:** Ajit G. | Senior Android Developer, Enterprise (> 1000 emp.)

**Reviewed Date:** July 03, 2023

**What do you like best about Google Firebase Realtime Database?**

It was great experience with firebase real time database, it's really like asynchronous programming on the go. Really fabulous service from Google firebase. In future will be 1st preference for experiencing real time DB feature.

**What do you dislike about Google Firebase Realtime Database?**

There is nothing about to dislike about real time database. One thing about, it need to support all the functionality regarding SQL db, which will be really appreciated.

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

It's very useful me for solving the app development real time updates. Need not to create new release, which is time efficient and useful in timely manner as well

  ### 10. Good for personal/small scale projects

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Computer Software | Mid-Market (51-1000 emp.)

**Reviewed Date:** January 27, 2024

**What do you like best about Google Firebase Realtime Database?**

Great for collaborative design experience apps

**What do you dislike about Google Firebase Realtime Database?**

Lack of / difficulty in finding adequate training/how to use documentation

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

Internal tools involving live collaboration between multiple people

  ### 11. Firebase a boon or bane

**Rating:** 3.0/5.0 stars

**Reviewed by:** Mohammad M. | Founder, Small-Business (50 or fewer emp.)

**Reviewed Date:** June 22, 2023

**What do you like best about Google Firebase Realtime Database?**

The best thibg i like about firebase is that it is really fast and due to its other modules, development becomes very rapid. So i think it is best soltn for RAD

**What do you dislike about Google Firebase Realtime Database?**

The thing i dislike the most and i think most of the people would agree with me is that the pricing of the firebase is really high and not rcmnded for big apps.

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

The main problem that firebase id solving is the serverless rapid application development. We don't even need a server to run our app. All is done by firebase.

  ### 12. Great for an application

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Small-Business (50 or fewer emp.)

**Reviewed Date:** August 02, 2023

**What do you like best about Google Firebase Realtime Database?**

I think the authentication system provided by Goole firebase has helped me a lot in my personal projects as it is very reliable and easy to use. I don't need any other

**What do you dislike about Google Firebase Realtime Database?**

I currently don't have any problem or anything that I dislike about firebase however ai think it would be better if more customized features should be provided

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

The most difficult task to find a reliable database system and I think Google firebase has helped me a lot in that case 
 As I can store a large amount of data and information

  ### 13. Must use for Realtime database updates

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Internet | Mid-Market (51-1000 emp.)

**Reviewed Date:** March 30, 2023

**What do you like best about Google Firebase Realtime Database?**

Whenever you update the data, the app will automatically sync with updated data.
Don't need to get updated data as it syncs automatically.
Key Value Data storage Structure

**What do you dislike about Google Firebase Realtime Database?**

UI Display of data is not that great on firebase portal.
No other issues as such

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

You can use this product whenever you want real-time updates of your data. 
It works great, and also data is well structured in the form of key-value pairs.

  ### 14. User friendly cloud platform to start with

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Small-Business (50 or fewer emp.)

**Reviewed Date:** October 02, 2023

**What do you like best about Google Firebase Realtime Database?**

Easy to use, free credits provided, more features where you can start your own cloud based projects

**What do you dislike about Google Firebase Realtime Database?**

Troubleshooting guides were minimal, technical support was hard to reach initially

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

Easy to do analytics after integrating with our tool. It provides real time analytics and data monitoring

  ### 15. Google Firebase Realtime Database Review

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Mid-Market (51-1000 emp.)

**Reviewed Date:** July 19, 2023

**What do you like best about Google Firebase Realtime Database?**

Realtime Availablity of data on cloud and syncing with every client i like the most

**What do you dislike about Google Firebase Realtime Database?**

till now i have faced issue with failure in the read-write operation when there is too many calls together.

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

the realtime availablity and built in function inside library of google for the same is awesome when we develop it is helpful in keeping the pace

  ### 16. I’ve used it for small projects.

**Rating:** 4.5/5.0 stars

**Reviewed by:** Udit G. | Software Development Engineer II, Small-Business (50 or fewer emp.)

**Reviewed Date:** June 20, 2023

**What do you like best about Google Firebase Realtime Database?**

You can directly connect through the client and its fast

**What do you dislike about Google Firebase Realtime Database?**

For bigger dataset its kind of falling behind where we need to join tables

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

It giving quick data for bookmarks sets we are using

  ### 17. Nice product but quite expensive.

**Rating:** 4.5/5.0 stars

**Reviewed by:** Mohit p. | Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** March 18, 2022

**What do you like best about Google Firebase Realtime Database?**

Everything is best in terms of using firebase's real-time database. Simple integration with mobile apps and there is no need for backend API or backend guy to write API for you. Simple and quite amazing to use.

**What do you dislike about Google Firebase Realtime Database?**

The only thing which I dislike and is moreover my concern is the pricing, it could have been a little cheaper. But again comparing the features it offers, it is a good deal.

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

It helps in creating a backend database without many complications. And it is much simpler to set up as well.

  ### 18. Greatest engine to build apps

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Small-Business (50 or fewer emp.)

**Reviewed Date:** May 19, 2022

**What do you like best about Google Firebase Realtime Database?**

Very easy to use with great scalability and extremely fast performance.

**What do you dislike about Google Firebase Realtime Database?**

I did not found any dislike or cons till now.

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

Greatest solution for developing apps

  ### 19. Best Realtime Database

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Small-Business (50 or fewer emp.)

**Reviewed Date:** September 28, 2021

**What do you like best about Google Firebase Realtime Database?**

Firebase database allows us to store data and synchronize data with users in real-time.

**What do you dislike about Google Firebase Realtime Database?**

Nothing for me to dislike in the firebase realtime database.

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

I am developing application with google firebase realtime database and it benefits me by synchronising the data in realtime.

  ### 20. Cloud storage with real time update in multiplatform solutions

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** September 30, 2021

**What do you like best about Google Firebase Realtime Database?**

Easy to integrate in applications like mobile and web applications. Real time callback is best thing to update fast in UI.

**What do you dislike about Google Firebase Realtime Database?**

More complex data structures are become slower cause it store as json but still it provides fast connection within table

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

To store and manage data for firebase keys in multiple applications.

  ### 21. Blazing Fast And Auto-scaling

**Rating:** 4.5/5.0 stars

**Reviewed by:** Nyasha P. | Application Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 11, 2020

**What do you like best about Google Firebase Realtime Database?**

Google Firebase Realtime Database is very fast when it comes to reading and writing data making it ideal for apps that require real time data updates such as instant messaging apps. The other upside is that it can automatically scale to match the increased traffic that the app generates. Realtime Database also comes with standard google tutorials to help developers get started and this is really cool. In addition, Realtime Database comes with automatic offline capabilities and it will automatically sync once the device has network. This greatly reduces the amount of work required to build an offline app.

**What do you dislike about Google Firebase Realtime Database?**

One downside I encountered is that since it is a No-SQL database, the security configurations require getting used to. In addition, data storage needs proper planning before implementing as recovering this data for reporting might be a bit complex depending on the kind of app you are building

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

Realtime Database is great for prototyping as you can build apps that store and sync data in a few hours. In addition, you do not have to worry about database capacity as it automatically scales to meet increased traffic.

  ### 22. Easy to use real time database that will make any website or application fast and interactive.

**Rating:** 5.0/5.0 stars

**Reviewed by:** Svitlana S. | Small-Business (50 or fewer emp.)

**Reviewed Date:** October 22, 2020

**What do you like best about Google Firebase Realtime Database?**

I like the most user friendly easy to use database functionality that allows me to download (export) classic .json  file for any part of my database. 
I can store it as a backup, edit, and import edited file to firebase directly on browser. 
Also it is important I got notifications from Firebase about proper safety rules for my database and can fix if needed.

**What do you dislike about Google Firebase Realtime Database?**

I do not experience any downsides for now and completely happy with functionality I have.

**Recommendations to others considering Google Firebase Realtime Database:**

I definitely recommend to try using Firebase Real-Time Database, but watch tutorials first and read the documentation. You will not regret it.

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

With Google Firebase Database I can easily update content of news website and be confident user will get updated information on the fly. Benefits - user friendly interactive functionality.

  ### 23. A great tool for mobile devs!

**Rating:** 5.0/5.0 stars

**Reviewed by:** Matthew K. | Co-Founder / CEO, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 21, 2020

**What do you like best about Google Firebase Realtime Database?**

Firebase is easy to use, enables tons of features, is backed by Google and is constantly innovating. It's lightning fast and is the backbone of our product

**What do you dislike about Google Firebase Realtime Database?**

There are certain things that can be difficult with the realtime database via the SDK, such as shortening decimal numbers, or building relationships without duplicating data.

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

Providing a live leaderboard of our runners in real-time.

  ### 24. Is A Cloud Hosted NoSQL Database With Fast Queries.

**Rating:** 4.5/5.0 stars

**Reviewed by:** Scott M. | Enterprise (> 1000 emp.)

**Reviewed Date:** December 07, 2019

**What do you like best about Google Firebase Realtime Database?**

The Realtime Firebase Server is available on customer computers. It uses JSON as a server that supports multiple applications. It supports many platforms such as Android, IOS and the Internet. Scalability and reliability are assured.

**What do you dislike about Google Firebase Realtime Database?**

Firebase Realtime Server does not offer free cloud software. The search function is not included in the server. There are few questions as well.

**Recommendations to others considering Google Firebase Realtime Database:**

If one of the best services otherwise is to use Android Studio and the app.

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

Google Realtime Firebase is a cloud-hosted server that stores and synchronizes user-to-user data in real time. It establishes safety rules for structuring data. It is possible to read information or write to it. It is NoSQL database with numerous optimizations and functionalities in relation database comparison. Also offline, it may be sensitive because your data is permanent on the disk.

  ### 25. Best reala-time database in the market

**Rating:** 4.0/5.0 stars

**Reviewed by:** Jay K. | Intern, Mid-Market (51-1000 emp.)

**Reviewed Date:** August 10, 2019

**What do you like best about Google Firebase Realtime Database?**

- very simple to create
- JSON like data structure
- Extremely fast due to its structure
- Most Scalable 
- No performance lags

**What do you dislike about Google Firebase Realtime Database?**

- Limited queries not like MongoDB
- Not full control like other NoSQL database like mongo
- 

**Recommendations to others considering Google Firebase Realtime Database:**

- Best and reliable real time database service provider available in market
- If you are looking for your strting project on small scale then you can go for other but if you are planning to make your application available world wide then definelitely go for this.

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

- My application's backend is on realtime that is confidential so can't share screenshot
- My several starting projects also uses realtime database by firebase as it is not used by many people but performance is very good

  ### 26. Perfect for all of my use cases

**Rating:** 5.0/5.0 stars

**Reviewed by:** Jorge G. | Software Engineer, Computer Software, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 09, 2018

**What do you like best about Google Firebase Realtime Database?**

It is very simple. This JSON like database is perfect for building a lot of applications. I've developed a webinar service (with real time chat and elements on the screen) and Firebase Realtime Database was perfect for provide the functionalities I need to it.

Another great thing I like is that I don't need to worry about scalability, the database is stable, even in scenarios with thousands of simultaneous accesses.

**What do you dislike about Google Firebase Realtime Database?**

The only thing I want to improve in Firebase Realtime Database is the interface in the Firebase Console. It doesn't offer a search field to search for data inside the database. If I want to search for something I need to export the database in a JSON file and them search on my computer.  This is important because sometimes problems happens and we need to check inside the database to see what is going on.

**Recommendations to others considering Google Firebase Realtime Database:**

You should definitely at least try it.

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

I've developed a lot of applications with Firebase Realtime Database, below three examples:

- A Pomodoro App
- A webinar service (with real time chat and elements on the screen)
- A membership area

  ### 27. Really cool technology

**Rating:** 4.5/5.0 stars

**Reviewed by:** Steven M. | Co-Founder & CTO, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 31, 2018

**What do you like best about Google Firebase Realtime Database?**

I love that this is a no-sql realtime database, that is 1) extremely fast and 2) scalable without loosing performance. I like that you can create your own indexes too.

**What do you dislike about Google Firebase Realtime Database?**

The admin UI is a bit minimal in it's features, but works fine.

**Recommendations to others considering Google Firebase Realtime Database:**

Really easy to setup and you're in the Google Cloud so if you are using other products from Google it's a plus...

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

I needed something that is quick and that can scale without having to deal with infrastructure. I also needed a solution that was a realtime database.

  ### 28. Great for specific use cases

**Rating:** 4.0/5.0 stars

**Reviewed by:** James G. | Lead Developer, Computer Software, Small-Business (50 or fewer emp.)

**Reviewed Date:** September 23, 2018

**What do you like best about Google Firebase Realtime Database?**

Great SDKs that make getting started in many different languages and frameworks really simple. Less than 50 lines of code and you can have a real-time sync to your database. UI interface is easy to use.

**What do you dislike about Google Firebase Realtime Database?**

Very limited in querying the database, unlike MongoDB. The security rules, although a great feature, are quite difficult to learn.

**Recommendations to others considering Google Firebase Realtime Database:**

The realtime database is great for certain use cases. I would not use this as a primary database, but would use it to supplement another database where some simple lists or message chat features are needed.

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

Simple and small data storage needs for lists in small applications. Also a very great tool for chat applications.

  ### 29. Developers oniline Database

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Computer Software | Mid-Market (51-1000 emp.)

**Reviewed Date:** August 22, 2018

**What do you like best about Google Firebase Realtime Database?**

The best thing about the real time database is its Security.As,it has been developed by the google,the developers can trust that their data will not be crash in any case.Moreover, it's easy to use and also providing some of the storage capacity at no cost for the beginners.

**What do you dislike about Google Firebase Realtime Database?**

There is nothing to dislike in it,sometimes,only sometimes, the server doesn't respond,i.e,the data saved by the user on the mobile application take some time to reach the database.One factor of cost can also be considered,as it is charging quite high to the developers for larger storage space.

**Recommendations to others considering Google Firebase Realtime Database:**

Just use it wisely,don't waste the free storage which available for you in  the beginning.Prohibit the multiple entries by making change in your code efficiently.

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

I am using the realtime database for the purpose of my mobile application.Being an android developer,i have realized that it is one of the most efficient storage space currently available on the internet.

  ### 30. The perfect solution for when a back-end developer is not available

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Design | Small-Business (50 or fewer emp.)

**Reviewed Date:** October 18, 2018

**What do you like best about Google Firebase Realtime Database?**

Firebase Realtime Database gets the job done without the need for a back-end developer. The Firebase platform is extremely scalable. The documentation is plentiful and easy to find resources.

**What do you dislike about Google Firebase Realtime Database?**

In order to have access to the cloud functionality, you must establish a paid account. Regardless of whether or not you don't go over quotas, etc.

**Recommendations to others considering Google Firebase Realtime Database:**

Doesn't use traditional SQL table relationships

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

We don't have very many back-end developer resources available and were able to eliminate the need for most cases.

  ### 31. Firebase Review 

**Rating:** 3.5/5.0 stars

**Reviewed by:** Layla T. | Special Education, Education Management, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 31, 2018

**What do you like best about Google Firebase Realtime Database?**

I like how it used date sync, and overtime something changes, it adjusts. it was very organized and had a great HTML. 

**What do you dislike about Google Firebase Realtime Database?**

I had some problems with tech, when i went offline to use Firebase. 

**Recommendations to others considering Google Firebase Realtime Database:**

have a better offline persistence . have more storage for pictures, video and files. improve the app. i like how it is on the iPhone, but sometimes the app freezes. 

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

Pricing plans 

  ### 32. Easy to learn and use

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Small-Business (50 or fewer emp.)

**Reviewed Date:** October 29, 2018

**What do you like best about Google Firebase Realtime Database?**

Firebase real-time data is easy to set up, easy to plug in to web apps, and easy to learn for those without a lot of SQL or other DB knowledge. 

**What do you dislike about Google Firebase Realtime Database?**

Can be difficult to import existing data, such as from an existing spreadsheet. Not the most intuitive method of getting data into the platform. 

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

Easy to manage playground for side projects and small scale projects that are in development but not tied to our central system. 

  ### 33. Perfect tool for Realtime

**Rating:** 4.5/5.0 stars

**Reviewed by:** Adrián P. | Reponedor, Small-Business (50 or fewer emp.)

**Reviewed Date:** September 13, 2018

**What do you like best about Google Firebase Realtime Database?**

One of the best free and pay-per-use tools for small applications.

**What do you dislike about Google Firebase Realtime Database?**

The use of the Firebase view must be improved to make it more usable. Through the console, no problem.

**Recommendations to others considering Google Firebase Realtime Database:**

Very simple implementation

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

Creation of a small real-time database for an App, simple and fast.

  ### 34. Easy and fast sync and great way to build mobile/responsive apps

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Internet | Small-Business (50 or fewer emp.)

**Reviewed Date:** October 31, 2018

**What do you like best about Google Firebase Realtime Database?**

Storing and syncing data is super easy, and the real-time feature means quick offline access.



**What do you dislike about Google Firebase Realtime Database?**

Setting up the database and understanding the SDK can take a while.

**Recommendations to others considering Google Firebase Realtime Database:**

Other databases may be easier to setup but if you want something for the long-term, Firebase is the way to go.

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

Storing data, syncing, and having a reliable infrastructure. Biggest benefit is speed.

  ### 35. Firebase is a great solution

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Photography | Small-Business (50 or fewer emp.)

**Reviewed Date:** October 30, 2018

**What do you like best about Google Firebase Realtime Database?**

I like the integration of Firebase into all my other applications with Google  

**What do you dislike about Google Firebase Realtime Database?**

Nothing to dislike so far, I'm still very new at it.  I'm looking forward to great things from Firebase

**Recommendations to others considering Google Firebase Realtime Database:**

Yes, evaluate this application.

**What problems is Google Firebase Realtime Database solving and how is that benefiting you?**

We are solving cross application marketing.


## Google Firebase Realtime Database Discussions
  - [What are the benefits of Google firebase?](https://www.g2.com/discussions/what-are-the-benefits-of-google-firebase)
  - [What is the main benefit of Firebase Realtime Database?](https://www.g2.com/discussions/what-is-the-main-benefit-of-firebase-realtime-database)
  - [What is Realtime Database in firebase?](https://www.g2.com/discussions/what-is-realtime-database-in-firebase)
  - [What is firebase and its features?](https://www.g2.com/discussions/what-is-firebase-and-its-features)

- [View Google Firebase Realtime Database pricing details and edition comparison](https://www.g2.com/products/google-firebase-realtime-database/reviews?section=pricing&secure%5Bexpires_at%5D=2026-06-18+20%3A41%3A51+-0500&secure%5Bsession_id%5D=0cec1f3e-6dba-487c-9149-45ade9961ede&secure%5Btoken%5D=f3240eb433f74630b9bf19ee70b9aa4a7cd096edd18ca5fdb43b88fb1f375935&format=llm_user)
## Google Firebase Realtime Database Integrations
  - [WCFM Marketplace](https://www.g2.com/products/wcfm-marketplace/reviews)

## Google Firebase Realtime Database Features
**Database Features**
- Storage
- Availability
- Stability
- Scalability
- Security
- Data Manipulation
- Query Language

## Top Google Firebase Realtime Database Alternatives
  - [Datomic](https://www.g2.com/products/datomic/reviews) - 4.3/5.0 (24 reviews)
  - [XLForm](https://www.g2.com/products/xlform/reviews) - 4.3/5.0 (13 reviews)
  - [Red Hat Data Grid](https://www.g2.com/products/red-hat-data-grid/reviews) - 4.0/5.0 (1 reviews)

