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

Method constructor

packages/firebase-ui/index.android.ts:53–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51export class FacebookProvider extends ProviderBase {
52 _builder: com.firebase.ui.auth.AuthUI.IdpConfig.FacebookBuilder;
53 constructor() {
54 super();
55 this._builder = new com.firebase.ui.auth.AuthUI.IdpConfig.FacebookBuilder();
56 }
57
58 _permissions: string[] = [];
59 get permissions() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected