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

Method anonymous

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

Source from the content-addressed store, hash-verified

148 }
149
150 get anonymous() {
151 return this.native?.isAnonymous?.();
152 }
153
154 get emailVerified(): boolean {
155 return this.native?.isEmailVerified?.();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected