Open bitcoinvsalts opened 8 years ago
everything works fine with firebase 3.6.0 I am contacting firebase...
Any update on this? I am getting the same warning and not getting the image url.
The Firebase support team replied to this issue: It seems that the issue stems from react-native-fetch-blob, which had a bug that kept it from working properly with the 3.6.1 release. The bug was fixed in version v0.10.1-beta.1 with PR#194. The most recent version is v0.10.1-beta.2. See release notes for more details.
So uninstall the current version of react-native-fetch-blob and installed the beta version
npm uninstall --save react-native-fetch-blob
then
npm install --save react-native-fetch-blob@v0.10.1-beta.1
using android and the following packages:
I am getting this error:
it seems the latest version of firebase 3.6.1 is breaking the image upload.