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

Method ref

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

Source from the content-addressed store, hash-verified

59 }
60
61 get ref(): Reference {
62 return Reference.fromNative(this.native.reference);
63 }
64
65 get state() {
66 switch (this.native.status) {

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected