MCPcopy Index your code
hub / github.com/NativeScript/firebase / customMetadata

Method customMetadata

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

Source from the content-addressed store, hash-verified

308 }
309
310 get customMetadata(): { [key: string]: string } {
311 return deserialize(this.native?.customMetadata);
312 }
313
314 set customMetadata(value) {
315 this.native.customMetadata = serialize(value);

Callers

nothing calls this directly

Calls 2

deserializeFunction · 0.90
serializeFunction · 0.90

Tested by

no test coverage detected