Error: [storage/unknown] An unknown error has occurred. iOS firebase #6399
Replies: 1 comment
-
Hi there! You are likely going to want this commit in order to see what happened: 6cd53ea But it is only available with the v15 versions and higher of react-native-firebase and I do understand using those can be quite problematic since they imply adding You might try to port that change into your current app via use of patch-package (https://github.com/ds300/patch-package/) and then see if you can get a better idea of what the exact error is, it might point to the problem directly If it does not, the next step I think is to add logging directly into the storage objective-c code in react-native-firebase/storage inside node_modules in order to see what is happening with the API call / error return, and watch the Xcode console after launching the app Hope this helps you figure it out |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to post some csv files to Firebase by uploading them to Firestore, downloading the urls, and then doing so, but I keep receiving this issue. Ninety percent of the time, it works, but occasionally it displays this error.
Error: [storage/unknown] An unknown error has occurred.
Version:
"react-native": "0.64.1",
"@react-native-firebase/app": "^12.7.3",
"@react-native-firebase/auth": "^12.7.3",
"@react-native-firebase/firestore": "^12.7.3",
"@react-native-firebase/functions": "^12.7.3",
"@react-native-firebase/storage": "^12.7.3",*
Beta Was this translation helpful? Give feedback.
All reactions