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

Method constructor

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

Source from the content-addressed store, hash-verified

320export class AnonymousProvider extends ProviderBase {
321 _builder: com.firebase.ui.auth.AuthUI.IdpConfig.AnonymousBuilder;
322 constructor() {
323 super();
324 this._builder = new com.firebase.ui.auth.AuthUI.IdpConfig.AnonymousBuilder();
325 }
326
327 getNative(ui: IUI) {
328 return this._builder.build();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected