Could someone please clarify. If I use only Firebase Storage and save images there and show that images in my app by providing the URL of the image. Will I be charged only for amount of memory I use OR I will have to pay for users that look at those images in their app as well? If so that means as more traffic I have in my app with that images more money I will have to pay?
CodePudding user response:
The Firebase pricing can be found here:
https://firebase.google.com/pricing
The delivery of content from Firebase Storage is indeed a chargeable concept. I believe that as of 2021-10, the first GB/day is free with $0.12/GB after that. You are also charged for actual requests ... the first 50K/day are free with a charge of $0.004/10K after that.