marcusHamilton/Oculus-3D-Visualization-Tool

Can't Upload Large Worlds to Firebase Database

Opened this issue · 1 comments

This is top priority for Firebase dev for Milestone 3.

Firebase only handles up to ~13mb writes from the front-end. From the back-end the maximum write size is ~200mb. As of ID5 all our reads and writes are done on the front-end due to its convenience so this will not be fixed in this course.

A possible solution to this would be to recursively check the size of the JSON object being submitted and splitting the data in half if it is bigger than the maximum write size.