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

Method email

packages/firebase-auth/index.ios.ts:149–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147 }
148
149 get email(): string {
150 return this.native?.email;
151 }
152
153 get uid(): string {
154 return this.native?.uid;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected