What is the Firebase Storage upload file size limit? I can't find that information on the website.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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.