What is the Firebase Storage upload file size limit? I can't find that information on the website.
Asked
Active
Viewed 1.1k times
1 Answers
12
From https://cloud.google.com/storage/docs/json_api/v1/how-tos/upload
Any MIME type of data is permitted, up to a maximum of 5 TB per file.
The Firebase Storage libraries don't impose any additional size restrictions. But given that you're targeting mobile devices, I expect that there's a more realistic limit you will hit before that.

Frank van Puffelen
- 565,676
- 79
- 828
- 807