4
votes

TL; DR

What is Firebase Realtime Database general network pricing GCP egress traffic (i.e. data downloaded from Firebase to GCP?

Description

For requests that originate within Google Cloud Platform (for example, from an application running on Google Compute Engine), Firebase Firestore apps are charged as follows:

Does Firebase realtime database ignores egress traffic to GCP instances or is it billed a usual downloads?

However Firebase Realtime Database data download billing rules are limited to:

Data downloaded: When clients get data from your database, Firebase charges for the downloaded data. Typically, this makes up the bulk of your bandwidth costs, but it isn't the only factor in your bill.

Should Firestore egress rules be the same to Firebase? Or should the traffic be billed as any common download?

1

1 Answers

6
votes

Firebase Realtime Database charges for all outbound traffic, no matter its destination. There is no free egress traffic for Realtime Database.