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

Method ref

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

Source from the content-addressed store, hash-verified

60 }
61
62 get ref(): Reference {
63 return Reference.fromNative(this.native.getStorage());
64 }
65
66 get state() {
67 return org.nativescript.firebase.storage.FirebaseStorage.StorageReference.getStatus(this.native) as any;

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected