i have a static asset that’s 16mb (a JSON table)… i need it to power the conversions that a converter app will make… whenever i reference this file, i get a 4mb limit error and then have to exit out and reinit Firebase because regardless of any other inputs, everything after the recognition of the exceeded limit results in the same error, even if it’s in a different section of the project.
am i out of luck? is there any way around this? i tried chopping the file into 5 roughly equal pieces, but the first thing Gemini does is assemble a single table and break its own resource size limit. So that isn’t working.
Any suggestions?