Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is "Networking Traffic Egress GAE/Firebase Storage" means [closed]

I have a firebase project and when i see my billing in google cloud firebase I'm billed a huge amount as "Networking Traffic Egress GAE/Firebase Storage". What is it and how can i reduce the cost?

like image 296
ajaas azeez Avatar asked Jul 13 '20 14:07

ajaas azeez


People also ask

What is Firebase Storage on Google?

Cloud Storage for Firebase is a powerful, simple, and cost-effective object storage service built for Google scale. The Firebase SDKs for Cloud Storage add Google security to file uploads and downloads for your Firebase apps, regardless of network quality.

What is Firebase Storage used for?

Cloud Storage for Firebase lets you upload and share user generated content, such as images and video, which allows you to build rich media content into your apps. Your data is stored in a Google Cloud Storage bucket — an exabyte scale object storage solution with high availability and global redundancy.

Is Firebase Storage realtime?

The Firebase Realtime Database is a cloud-hosted database. Data is stored as JSON and synchronized in realtime to every connected client.


Video Answer


1 Answers

firebaser here

It sounds like you're being charged for data that is download from your Cloud Storage bucket(s) through the Firebase Storage SDK. To reduce the charge, you'll want to make sure less data is downloaded.


If this is on a project that existed before, you should've gotten an email from Firebase in mid June titled "Storage network egress pricing will be enforced starting September 1, 2020" about this. This email explains that you have mistakenly not been charged for some part of your usage, and that this will change per September 1.

The new charge will show up in your bill as either "“Networking Traffic Egress GAE/Firebase Storage" or "Egress within Google Cloud (traffic within or between GCP regions/services) Per Cloud Storage Pricing (no free quota)".

If the charge already shows up on your current bill, it should also include a 100% discount, so that the net charge should be $0. In September this discount will disappear, so that you can now already see what you'll end up paying.


If this charge is unexpected, you might want to reach out to Firebase support for personalized help in troubleshooting.

like image 67
Frank van Puffelen Avatar answered Oct 22 '22 08:10

Frank van Puffelen