You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
As you can see, most of the code is copied from the rn-firbase-storage-upload example. However I get the error: Firebase Storage: Invalid argument in "put" at index 0: Right-hand side of 'instanceof' is not an object
It seems like firebase is not able to assert the blob's structure accurately.
The text was updated successfully, but these errors were encountered:
Okay, the blob instance looks good. After some attemps I still can not reproduce the problem, could you provide a simplified sample app that make this happen ? It'd be very helpful !
My code is as follows:
As you can see, most of the code is copied from the
rn-firbase-storage-upload
example. However I get the error:Firebase Storage: Invalid argument in "put" at index 0: Right-hand side of 'instanceof' is not an object
It seems like firebase is not able to assert the blob's structure accurately.
The text was updated successfully, but these errors were encountered: