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

Method email

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

Source from the content-addressed store, hash-verified

156 }
157
158 get email(): string {
159 return this.native?.getEmail?.();
160 }
161
162 get uid(): string {
163 return this.native?.getUid?.();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected