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
I'm using the following code to upload files with metadata to the default bucket. It works on Android as expected but customMetadata property cannot be set on IOS.
// File upload with custom metadataconstmetadata=newMetadata();metadata.customMetadata={foo: "bar"};constdefaultBucket=firebase().storage();constreference=defaultBucket.ref(remotePath);consttask=reference.putFile(localPath,metadata);
The text was updated successfully, but these errors were encountered:
I'm using the following code to upload files with metadata to the default bucket. It works on Android as expected but customMetadata property cannot be set on IOS.
The text was updated successfully, but these errors were encountered: