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

Method isNewUser

packages/firebase-ui/index.android.ts:521–523  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

519 }
520
521 get isNewUser(): boolean {
522 return this.native.isNewUser();
523 }
524
525 get hasCredentialForLinking(): boolean {
526 return this.native.hasCredentialForLinking();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected