MCPcopy Create free account
hub / github.com/NativeScript/firebase / customMetadata

Method customMetadata

packages/firebase-storage/index.android.ts:305–312  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

303 }
304
305 get customMetadata(): { [key: string]: string } {
306 const meta = org.nativescript.firebase.storage.FirebaseStorage.StorageMetadata.getCustomMetadata(this.native);
307 let result = {};
308 try {
309 result = JSON.parse(meta);
310 } catch (e) {}
311 return result;
312 }
313
314 set customMetadata(value) {
315 if (!this._builder) {

Callers

nothing calls this directly

Calls 3

_createBuilderMethod · 0.95
getCustomMetadataMethod · 0.80
setCustomMetadataMethod · 0.80

Tested by

no test coverage detected