Does any one know what is the maximum size of file that firebase allow to upload, i have 135MB of data that i am trying to upload and on each attempt its not working
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/dc02e3be-d947-4b07-a142-547823adcd60%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Firebase read / write limits are documented here (unfortunately it doesn't look like this chart has made it onto our new docs and it might be slightly out of date; I logged a bug to fix this).TL;DR is that write limit from the client SDKs is 32 MB (at least from the web / Node.js SDK; it might still be 16 MB on the mobile clients) and write limit from the REST API is 256 MB.So, you should either try to upload using the REST API or break up your data and upload it in smaller individual pieces.Cheers,Jacob
On Fri, Aug 5, 2016 at 8:43 AM, Jagdeep Singh <jagdeepm...@gmail.com> wrote:
Does any one know what is the maximum size of file that firebase allow to upload, i have 135MB of data that i am trying to upload and on each attempt its not working
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/101a82c5-56a8-4754-a8c6-8dd177082c80%40googlegroups.com.