---
description: Avaliações detalhadas do Firebase com base nos recursos, preços, facilidade de utilização e classificações. Veja rapidamente as vantagens e desvantagens. Compare o Firebase com produtos similares.
image: https://gdm-localsites-assets-gfprod.imgix.net/images/getapp/og_logo-94fd2a03a6c7a0e54fc0c9e21a1c0ce9.png
title: Firebase - Avaliações, preços e classificações | GetApp Brasil 2026
---

Breadcrumb: [Home](/) > [Software de Notificações Push](/directory/1297/push-notifications/software) > [Firebase](/software/1987195/firebase)

# Firebase

Canonical: https://www.getapp.com.br/software/1987195/firebase

Page: 1 / 32\
Próximo: [Next page](https://www.getapp.com.br/software/1987195/firebase?page=2)

> O Firebase, construído na infraestrutura de nuvem da Google, permite que as empresas desenvolvam aplicativos móveis e da internet com recursos de armazenamento na nuvem, análise e mensagens. Os recursos incluem autenticação, geração de relatórios de falhas, acesso offline, alertas, configuração remota e previsão.
> 
> Verdict: Rated **4.6/5** by 767 users. Top-rated for **Probabilidade de recomendação**.

-----

## Quick Stats & Ratings

| Metric | Classificação | Detail |
| **Geral** | **4.6/5** | 767 Avaliações |
| Praticidade | 4.3/5 | Based on overall reviews |
| Suporte ao cliente | 4.3/5 | Based on overall reviews |
| Relação qualidade/preço | 4.5/5 | Based on overall reviews |
| Recursos | 4.5/5 | Based on overall reviews |
| Recommendation percentage | 90% | (9/10 Probabilidade de recomendação) |

## Sobre o fornecedor

- **Empresa**: Google

## Commercial Context

- **Modelo de preços**:  (Free version available)
- **Target Audience**: Profissional autônomo, 2–10, 11–50, 51–200, 201–500, 501–1.000, 1.001–5.000
- **Deployment & Platforms**: Nuvem, SaaS, baseado na web
- **Idiomas**: inglês
- **Available Countries**: Estados Unidos

## Recursos

- A/B Testing
- API
- Ações ativadas por eventos
- Notificações pela Internet
- Rastreamento de conversão
- Rastreamento de engajamento
- Relatórios e análise de dados
- Segmentação de clientes
- Segmentação geográfica

## Integrations (6 total)

- Google Ads
- Google Analytics 360
- Google Data Studio
- Jira
- PagerDuty
- Slack

## Opções de suporte

- Email/Help Desk
- FAQs/Fórum
- Base de conhecimento

## Category

- [Software de Notificações Push](https://www.getapp.com.br/directory/1297/push-notifications/software)

## Alternativas

1. [WonderPush](https://www.getapp.com.br/software/2051074/wonderpush) — 4.8/5 (31 reviews)

## Avaliações

### "Tools for almost every trade" — 4.0/5

> **Leonardo** | *30 de setembro de 2020* | Software | Recommendation rating: 10.0/10
> 
> **Vantagens**: Firebase is really easy for creating simple apps. It has a lot of features that helps you get started faster for prototyping or even for large production apps.&#10;&#10;The Auth feature lets you authenticate users and manage user sessions. &#10;Firestore works like a document database, so if you're familiar with it, you're good to go. &#10;Firebase storage is Google Cloud Storage, it has a decent price for storing a few hundred GBs of static files. Firebase functions let's you develop APIs using node.js express or triggers that respond to events from other features, like:&#10;- User creation, update or deletion;&#10;- Firestore document creation, update or deletion;&#10;- Storage object upload etc;&#10;- Pubsub actions, crons etc;&#10;&#10;Firebase hosting can host SPA/html pages at virtually no cost, and manages scale for you.&#10;&#10;The triggers are useful for starting actions depending on user interactions and data altering in a really easy way. It is one of my favorite features.&#10;&#10;When working with firestore documents and storage objects, you can create security rules to choose if users can read, create, update or delete documents. It is a nice feature that enables mobile developers to query firestore directly. This speeds up development, since you can start working on mobile apps before backend developers create a REST API for interacting with mobile, for example.&#10;&#10;Another useful feature is that you can attach listeners to documents in firestore or realtime database, and easily show live updates to the user.
> 
> **Desvantagens**: There are a few reasons that we cannot use only Firebase as a complete solution. &#10;Firestore charges per reads, writes and deletes. If your user has to read lots of documents mutiple times, your cost can become unsustainable. Also, it has a few limitations when fetching a lot of documents at once, so you must be careful when implementing this.&#10;If you need to do batch processing, firebase is not the best choice. Firebase functions has an execution limit of 9 minutes, and the maximum memory limit that you can use in each function is 2GB.&#10;One thing that can be a deal breaker in some cases is that Firestore doesn't have a good way of dealing with aggregation. If you want to count the total number of documents in a collection, you need to fetch all documents first. This can be expensive, since you're charged by reads, and also can take a lot of time to complete. This is a really annoying limitation. You could use distributed counters, as per the firebase documentation, but it works only for a few use cases.&#10;Firestore also doesn't have a good way of dealing with text searches. They recommend you to use a full text search service, like algolia or elastic search, but this can also become expensive depending on the size of your collections.
> 
> We've already used firebase a lot for prototypes and several app projects. Today we use it in a really big project, and it works really well in some aspects and limited in others, as stated before. Documents in firestore can have up to 1MB, so we use these documents to consolidate some reporting data in a few cases, and that works really well, for example. Instead of running reports on the fly, you just load one document or collection. &#10;Here at our company, we even forgot all the headache that involves user and session management. I recommend giving firebase a chance.

-----

### "All in one solution" — 4.0/5

> **Federico** | *15 de junho de 2024* | Publicidade e marketing | Recommendation rating: 8.0/10
> 
> **Vantagens**: I like that you have a single tool doing most of the necessary task for you. Analytics, Feature Flags, AB Testing, Hosting, Authentication and more. It is also pay as you go so it is easy to setup for free, use it freely for quite some time until you reach the point where it s time to pay when you are properly settled. They offer all those tools that works pretty decently together and are very easy to setup.
> 
> **Desvantagens**: The documentation is sometimes a bit confusing, and the pricing can also be slightly hard to understand since each feature can have their own pricing.
> 
> I use it daily and it works pretty easily, fast, with minimal setup and allow me to do all essentials task easily.

-----

### "Very useful for developers with the right tools" — 2.0/5

> **Adib** | *13 de abril de 2018*
> 
> **Vantagens**: Firebase is very useful and functional for developers at an affordable, very low cost. Firebase is synchronised with Google's Cloud Platform allowing users to easily connect their projects.
> 
> **Desvantagens**: Firebase is a very difficult challenge for new users as it is not as simple as it could be. For example, push notifications via Firebase is very difficult without the help of third-party softwares such as OneSignal

-----

### "Firebase / Firestore and cloud functions has automated my business" — 5.0/5

> **Thomas** | *4 de dezembro de 2023* | Hotelaria | Recommendation rating: 10.0/10
> 
> **Vantagens**: I started using firebase to run cloud functions, and then store data to firestore. I like the firebase interface. I like how event triggers function logically and the ability to use the api's as well. All in all, over the last 12 month I have managed to automated a significant amount of processes that would have otherwise required manual intervention, thus saving time and money. Its a win - win.
> 
> **Desvantagens**: I haven't encountered any issue to dislike.
> 
> Absolutely positive all round. As I mention above, it has saved time and money and removed a lot of laboursome tasks.

-----

### "Good Platform for Mobile App Developers" — 4.0/5

> **Ryan** | *11 de abril de 2024* | Serviços e tecnologia da informação | Recommendation rating: 8.0/10
> 
> **Vantagens**: I like the complete package that Firebase offers to it's users that makes it easy for mobile app developers to insert features easily to their apps. It's great that Firebase also is linked closely with Google Cloud which makes management much easier.
> 
> **Desvantagens**: Firebase isn't that complete and I personally would go using other enterprise services for production apps. It is great for small projects but scaling makes it a bit hard to use this platform.

-----

Page: 1 / 32\
Próximo: [Next page](https://www.getapp.com.br/software/1987195/firebase?page=2)

## Links

- [View on GetApp](https://www.getapp.com.br/software/1987195/firebase)

## This page is available in the following languages

| Locale | URL |
| de | <https://www.getapp.de/software/1987195/firebase> |
| de-AT | <https://www.getapp.at/software/1987195/firebase> |
| en | <https://www.getapp.com/marketing-software/a/firebase/> |
| en-AE | <https://www.getapp.ae/software/1987195/firebase> |
| en-AU | <https://www.getapp.com.au/software/1987195/firebase> |
| en-CA | <https://www.getapp.ca/software/1987195/firebase> |
| en-GB | <https://www.getapp.co.uk/software/1987195/firebase> |
| en-IE | <https://www.getapp.ie/software/1987195/firebase> |
| en-NZ | <https://www.getapp.co.nz/software/1987195/firebase> |
| en-SG | <https://www.getapp.sg/software/1987195/firebase> |
| en-ZA | <https://www.getapp.za.com/software/1987195/firebase> |
| es | <https://www.getapp.es/software/1987195/firebase> |
| es-CL | <https://www.getapp.cl/software/1987195/firebase> |
| es-CO | <https://www.getapp.com.co/software/1987195/firebase> |
| es-MX | <https://www.getapp.com.mx/software/1987195/firebase> |
| fr | <https://www.getapp.fr/software/1987195/firebase> |
| fr-BE | <https://fr.getapp.be/software/1987195/firebase> |
| fr-CA | <https://fr.getapp.ca/software/1987195/firebase> |
| pt | <https://www.getapp.com.br/software/1987195/firebase> |
| pt-PT | <https://www.getapp.pt/software/1987195/firebase> |

-----

## Structured Data

<script type="application/ld+json">
  {"@context":"https://schema.org","@graph":[{"name":"GetApp Brasil","address":{"@type":"PostalAddress","addressLocality":"São Paulo","addressRegion":"SP","postalCode":"04538-132","streetAddress":"Edifício FL Corporate Av. Brigadeiro Faria Lima 4300, 8º Andar Itaim Bibi, 04538-132 São Paulo"},"description":"Avalie, compare e classifique os softwares para pequenas empresas. O GetApp Brasil oferece softwares, aplicativos de SaaS e nuvem, e avaliações independentes.","email":"info@getapp.com.br","url":"https://www.getapp.com.br/","logo":"https://dm-localsites-assets-prod.imgix.net/images/getapp/getapp-logo-light-mode-5f7ee07199c9b3b045bc654a55a2b9fa.svg","@id":"https://www.getapp.com.br/#organization","@type":"Organization","parentOrganization":"Gartner, Inc.","sameAs":["https://twitter.com/getapp","https://www.facebook.com/GetAppcom","https://www.linkedin.com/company/getapp-com-a-gartner-company/","https://www.instagram.com/getappcom/","https://www.youtube.com/c/GetAppCom"]},{"name":"Firebase","description":"O Firebase, construído na infraestrutura de nuvem da Google, permite que as empresas desenvolvam aplicativos móveis e da internet com recursos de armazenamento na nuvem, análise e mensagens. Os recursos incluem autenticação, geração de relatórios de falhas, acesso offline, alertas, configuração remota e previsão.\n\nO Cloud Firestore, o banco de dados de documentos NoSQL, permite que os desenvolvedores armazenem, sincronizem e executem consultas ao criar aplicativos. Sincroniza automaticamente os dados do aplicativo entre dispositivos e envia notificações de atualização aos usuários. Os desenvolvedores também podem criar funções de gatilho para determinar alterações de dados, inscrições de novos usuários ou eventos de conversão. Usando o Cloud Messaging, os proprietários de projetos podem criar mensagens direcionadas usando segmentos predefinidos com base nos dados demográficos e no comportamento do destinatário, configurar agendas de publicação de mensagens e especificar limites de frequência para o número de visualizações. \n\nO Firebase oferece integração com vários aplicativos de terceiros, como Slack, PagerDuty e Jira, além das plataformas nativas do Google, incluindo Google Ads, Play Store e BigQuery. O aplicativo ajuda os gerentes a diagnosticar e visualizar o desempenho do aplicativo por meio de um console do Firebase e executar testes personalizados durante todo o ciclo de vida de desenvolvimento do aplicativo.","image":"https://gdm-catalog-fmapi-prod.imgix.net/ProductScreenshot/2f660ff5-a097-4afc-9125-9f6362c2b519.png","url":"https://www.getapp.com.br/software/1987195/firebase","@id":"https://www.getapp.com.br/software/1987195/firebase#software","@type":"SoftwareApplication","publisher":{"@id":"https://www.getapp.com.br/#organization"},"applicationCategory":"BusinessApplication","aggregateRating":{"@type":"AggregateRating","ratingValue":4.6,"bestRating":5,"ratingCount":767},"operatingSystem":"Cloud"},{"@id":"https://www.getapp.com.br/software/1987195/firebase#breadcrumblist","@type":"BreadcrumbList","itemListElement":[{"name":"Home","position":1,"item":"/","@type":"ListItem"},{"name":"Software de Notificações Push","position":2,"item":"/directory/1297/push-notifications/software","@type":"ListItem"},{"name":"Firebase","position":3,"item":"/software/1987195/firebase","@type":"ListItem"}]}]}
</script>
