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

Method getNative

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

Source from the content-addressed store, hash-verified

89 }
90
91 getNative(ui: UI) {
92 return FUIOAuth.githubAuthProviderWithAuthUI(ui.native);
93 }
94}
95
96export class ActionCodeSettings implements IActionCodeSettings {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected