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

Method setScopes

packages/firebase-auth/index.ios.ts:791–795  ·  view source on GitHub ↗
(scopes: string[])

Source from the content-addressed store, hash-verified

789 }
790
791 setScopes(scopes: string[]) {
792 if (Array.isArray(scopes)) {
793 this._scopes = scopes;
794 }
795 }
796
797 credential(optionsOrIdToken: OAuthCredentialOptions | string | null, accessToken?: string) {
798 let provider;

Callers 2

linkGithubMethod · 0.95
loginMsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected