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

Method getNative

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

Source from the content-addressed store, hash-verified

29 scopes: string[] = [];
30
31 getNative(ui: UI) {
32 if (this.scopes.length > 0) {
33 return FUIGoogleAuth.alloc().initWithAuthUIScopes(ui.native, this.scopes);
34 } else {
35 return FUIGoogleAuth.alloc().initWithAuthUI(ui.native);
36 }
37 }
38}
39
40export class FacebookProvider extends ProviderBase {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected