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

Method constructor

packages/firebase-auth/index.ios.ts:774–778  ·  view source on GitHub ↗
(providerId: string)

Source from the content-addressed store, hash-verified

772 _customParameters: { [key: string]: string };
773 _scopes: string[];
774 constructor(providerId: string) {
775 this._providerId = providerId;
776 this._customParameters = {};
777 this._scopes = [];
778 }
779
780 get _builder() {
781 const builder = FIROAuthProvider.providerWithProviderID(this._providerId);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected