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

Method android

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

Source from the content-addressed store, hash-verified

81 }
82
83 get android() {
84 return this.native;
85 }
86
87 get uid(): string {
88 return this.native?.getUid?.();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected