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

Method android

packages/firebase-ui/index.ios.ts:384–386  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

382 }
383
384 get android() {
385 return this.native;
386 }
387
388 get isNewUser(): boolean {
389 return this.native.additionalUserInfo?.newUser() ?? false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected