Firebase firestore image uploads failing recently

I’ve been using firebase firestore to successfully upload images in base64 for over a month with no issues. Now in the last few days it’s throwing errors about exceeding the max retry amount, I have not changed the code at all to do with image uploads or downloads. I’ve tried using the blob upload and base64 upload string as well as updating to the latest expo-cli and firebase web sdk. I’ve even tried downgrading firebase web sdk. I’ve seen a few posts about it but all seem to be from 2018 wondering if anyone has come across this recently or is able to lend a hand?

Using latest expo-cli in a managed env with latest firebase web sdk. Seems to be happening in dev and in production builds.

Found the answer. Needed to delete node_modules folder and re-install everything with latest versions. No idea why it broke.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.