I am unsure how to calculate Firestore network fees. I could not find an example for this. I store a profile document in "Firestore Database" and an image in "Cloud Storage". Lets 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
CodePudding user response:
- Yes.
- No, as far as I can tell with the information you already provided.
- It would be free, according to this document the first 10 GB are free. However, you would be charged 0.12$ per GB from the eleventh GB onwards.