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

Method getNative

packages/firebase-ui/index.ios.ts:71–73  ·  view source on GitHub ↗
(ui: UI)

Source from the content-addressed store, hash-verified

69 }
70
71 getNative(ui: UI) {
72 return FUIOAuth.twitterAuthProviderWithAuthUI(ui.native);
73 }
74}
75
76export class GithubProvider extends ProviderBase {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected