MCPcopy Index your code
hub / github.com/NativeScript/firebase / addCustomParameter

Method addCustomParameter

packages/firebase-auth/index.ios.ts:787–789  ·  view source on GitHub ↗
(key: string, value: string)

Source from the content-addressed store, hash-verified

785 }
786
787 addCustomParameter(key: string, value: string) {
788 this._customParameters[key] = value;
789 }
790
791 setScopes(scopes: string[]) {
792 if (Array.isArray(scopes)) {

Callers 3

linkGithubMethod · 0.95
linkYahooMethod · 0.95
loginMsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected