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

Method native

packages/firebase-firestore/index.android.ts:1332–1334  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1330 }
1331
1332 get native() {
1333 return this._native;
1334 }
1335
1336 get android() {
1337 return this.native;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected