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

Method constructor

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

Source from the content-addressed store, hash-verified

79export class TwitterProvider extends ProviderBase {
80 _builder: com.firebase.ui.auth.AuthUI.IdpConfig.TwitterBuilder;
81 constructor() {
82 super();
83 this._builder = new com.firebase.ui.auth.AuthUI.IdpConfig.TwitterBuilder();
84 }
85
86 _scopes: string[] = [];
87 get scopes() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected