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

Method native

packages/firebase-auth/index.android.ts:892–894  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

890 }
891
892 get native() {
893 return this._native;
894 }
895
896 get android() {
897 return this.native;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected