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

Method getNative

packages/firebase-ui/common.ts:4–6  ·  view source on GitHub ↗
(ui: IUI)

Source from the content-addressed store, hash-verified

2
3export class ProviderBase implements IProvider {
4 getNative(ui: IUI): any {
5 return null;
6 }
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected