Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase console reads cost

Does using the firebase console and clicking on different collection/documents count against my read operations quota?

I have about 2 real users and about 13 fake ones and my usage is showing 1100 reads so far today. There are only about 30 documents in the entire database!

like image 395
Tipper Avatar asked Jun 28 '18 01:06

Tipper


People also ask

Is Firebase console free?

Firebase offers a no-cost tier pricing plan for all its products. For some products, usage continues at no cost no matter your level of use. For other products, if you need high levels of use, you'll need to switch your project to a paid-tier pricing plan. Learn more about Firebase pricing plans.

What counts as a read in Firebase?

When you listen to the results of a query, you are charged for a read each time a document in the result set is added or updated. You are also charged for a read when a document is removed from the result set because the document has changed. (In contrast, when a document is deleted, you are not charged for a read.)

Is Firebase messaging free?

Firebase Cloud Messaging (FCM) provides a reliable and battery-efficient connection between your server and devices that allows you to deliver and receive messages and notifications on iOS, Android, and the web at no cost.

How much does Firebase cost?

This is the paid plan of Firebase that uses the pay-as-you-grow pricing model. The server usage costs are $0.18 per GB for database storage and $0.026 per GB storage. The platform also prices for database operations and data transfer. Firebase offers some services entirely free for both the Spark and Blaze plans.

How do I Check my Firebase usage history?

Firebase Console Data: You get charged whenever you write to the Firebase console or read from it. Firebase makes it easy for each user to know their estimated bills. It provides the Usage tab for you to check what your bill looks like for the last 24 hours or 30 days.

How does Firebase integrate with Google Cloud?

Firebase is deeply integrated with Google Cloud, allowing you to use Google's Infrastructure-as-a-Service directly within your Firebase project. See Pricing FAQ for more information.

How do I Check my estimated bill in firefirebase?

Firebase makes it easy for each user to know their estimated bills. It provides the Usage tab for you to check what your bill looks like for the last 24 hours or 30 days. You can check the following usage statistics that are available on the Usage tab:


1 Answers

Any document read from the server is going to be billed. It doesn't matter where the read came from. The console should be included in that.

like image 119
Doug Stevenson Avatar answered Nov 09 '22 20:11

Doug Stevenson