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

Method constructor

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

Source from the content-addressed store, hash-verified

253export class PhoneProvider extends ProviderBase {
254 _builder: com.firebase.ui.auth.AuthUI.IdpConfig.PhoneBuilder;
255 constructor() {
256 super();
257 this._builder = new com.firebase.ui.auth.AuthUI.IdpConfig.PhoneBuilder();
258 this._builder.setDefaultNumber;
259 }
260
261 _defaultNumber: string = '';
262

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected