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

Method _builder

packages/firebase-auth/index.ios.ts:780–785  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

778 }
779
780 get _builder() {
781 const builder = FIROAuthProvider.providerWithProviderID(this._providerId);
782 builder.customParameters = this._customParameters as any;
783 builder.scopes = this._scopes as any;
784 return builder;
785 }
786
787 addCustomParameter(key: string, value: string) {
788 this._customParameters[key] = value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected