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

Method emailVerified

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

Source from the content-addressed store, hash-verified

152 }
153
154 get emailVerified(): boolean {
155 return this.native?.isEmailVerified?.();
156 }
157
158 get email(): string {
159 return this.native?.getEmail?.();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected