Relative Content

Tag Archive for androidflutterfirebasememorygoogle-cloud-storage

Uploading multiple mp4 files to Firebase Cloud Storage causes Flutter app to crash

I need to upload multiple mp4 files to Firebase Cloud Storage on an Android device within a Flutter app. These files are captured offline, then stored on external device storage. I’ve noticed after a number of uploads the app crashes due to an out of memory error. I’m interested if anyone might have any advice around this issue?