Reputation:
Does it mean each user can only upload only 50,000 files in total? Or does it mean only 50,000 users can upload files simultaneously?
Upvotes: 1
Views: 952
Reputation: 15963
Firebase Storage offers a free tier that offers the following limits:
A single user can use all the resources, or 50,000 users can all upload or download one (small) thing per month. They're just monthly usage quotas, that you can learn more about here (we use the GAE free tier bucket).
Upvotes: 1