6
votes

What is the Firebase Storage upload file size limit? I can't find that information on the website.

1

1 Answers

9
votes

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.