I am unsure how to calculate Firestore network fees. I could not find an example of this. I store a profile document in the "Firestore Database" and an image in "Cloud Storage". Let's assume the image is 900KB and the document 100KB (in total 1MB).
The Firestore Database is located in eur3 (euorpe-west3). Users have already requested 10GiB data. 1000 users from Germany (europe-west) send the request to retrieve the profile document and the image.
Is "Network (Egress) from Frankfurt (europe-west3) to Network (Egress) Worldwide Destinations (excluding China...) the right pricing-factor (currently 0,12$ based on this link )?
Are there additional bandwidth/network costs I am missing?
Is it correct, that Firestore will bill 0.12$? 1000 requests * 1MB file in trasit size * 0.12$ Network (egress fee) = 0.12$
