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

Method constructor

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

Source from the content-addressed store, hash-verified

332export class MicrosoftProvider extends ProviderBase {
333 _builder: com.firebase.ui.auth.AuthUI.IdpConfig.MicrosoftBuilder;
334 constructor() {
335 super();
336 this._builder = new com.firebase.ui.auth.AuthUI.IdpConfig.MicrosoftBuilder();
337 }
338
339 _scopes: string[] = [];
340 get scopes() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected