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

Method scopes

packages/firebase-ui/index.android.ts:340–342  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

338
339 _scopes: string[] = [];
340 get scopes() {
341 return this._scopes;
342 }
343
344 set scopes(values: string[]) {
345 if (Array.isArray(values)) {

Callers

nothing calls this directly

Calls 3

forEachMethod · 0.65
addMethod · 0.65
setScopesMethod · 0.65

Tested by

no test coverage detected