Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase: Storage upload file size limit?

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

like image 698
Tony Dinh Avatar asked Jun 22 '16 13:06

Tony Dinh


1 Answers

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.

like image 123
Frank van Puffelen Avatar answered Sep 20 '22 12:09

Frank van Puffelen