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

Method root

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

Source from the content-addressed store, hash-verified

398 }
399
400 get root(): Reference {
401 return Reference.fromNative(this.native.getRoot?.());
402 }
403
404 get storage() {
405 return Storage.fromNative(this.native.getStorage());

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected