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

Method native

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

Source from the content-addressed store, hash-verified

1085 }
1086
1087 get native() {
1088 return this._native;
1089 }
1090
1091 get android() {
1092 return this.native;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected