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

Method android

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

Source from the content-addressed store, hash-verified

657 }
658
659 get android() {
660 return this.native;
661 }
662
663 get provider(): string {
664 return this.native?.getProvider?.();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected