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

Method native

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

Source from the content-addressed store, hash-verified

1134 }
1135
1136 get native() {
1137 return this._native;
1138 }
1139
1140 get android() {
1141 return this.native;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected