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

Method getNative

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

Source from the content-addressed store, hash-verified

45 permissions: string[] = [];
46
47 getNative(ui: UI) {
48 if (this.permissions.length > 0) {
49 return FUIFacebookAuth.alloc().initWithAuthUIPermissions(ui.native, this.permissions);
50 } else {
51 return FUIFacebookAuth.alloc().initWithAuthUI(ui.native);
52 }
53 }
54}
55
56export class TwitterProvider extends ProviderBase {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected