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

Method constructor

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

Source from the content-addressed store, hash-verified

372export class YahooProvider extends ProviderBase {
373 _builder: com.firebase.ui.auth.AuthUI.IdpConfig.YahooBuilder;
374 constructor() {
375 super();
376 this._builder = new com.firebase.ui.auth.AuthUI.IdpConfig.YahooBuilder();
377 }
378
379 _scopes: string[] = [];
380 get scopes() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected