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

Method constructor

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

Source from the content-addressed store, hash-verified

189export class EmailProvider extends ProviderBase {
190 _builder: com.firebase.ui.auth.AuthUI.IdpConfig.EmailBuilder;
191 constructor() {
192 super();
193 this._builder = new com.firebase.ui.auth.AuthUI.IdpConfig.EmailBuilder();
194 }
195
196 _actionCodeSettings: ActionCodeSettings = null;
197

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected