How much data can I store in Firebase?
As much as you want! Firebase is a scalable, elastic data store. It will automatically grow with your needs.
To ensure reasonable performance for applications using Firebase, we do impose a 10mb limit per single string stored in Firebase (calculated based on the utf-8 encoding of the string). To store larger data, simply break it into chunks and store it across multiple Firebase locations (e.g. /big_file/0, /big_file/1, etc.).
Hi,I noticed if you try to set a value to a really long string it causes an error.I found it in the https://github.com/firebase/firepano/ example when attempting to upload a 3.5mb photo.I did some probing to try and work out the limit and when the value is a string, the maximum length is around 3500000 characters.I don't see having a limit as a problem what-so-ever, but is there anywhere where these limits are document? Or even better, could the max key/value size/length details could be made available through .info so we could write code that is future proof in case the max length goes up (or down) in the future.Thanks,DanielPS fantastic product by the way, loving using it for quick internal tools as well as the bigger product I'm currently working on.--
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 post to this group, send email to fireba...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.