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

Method addCustomParameter

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

Source from the content-addressed store, hash-verified

116
117export interface IOAuthProvider {
118 addCustomParameter(key: string, value: string);
119 setScopes(scopes: string[]);
120 credential(optionsOrIdToken: OAuthCredentialOptions | string | null, accessToken?: string);
121}

Callers 1

addCustomParameterMethod · 0.65

Implementers 3

OAuthProviderpackages/firebase-auth/index.android.t
OAuthProviderpackages/firebase-auth/index.ios.ts
OAuthProviderpackages/firebase-auth/index.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected