Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/firebase
/ scopes
Method
scopes
packages/firebase-ui/index.android.ts:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
30
_scopes: string[] = [];
31
get scopes() {
32
return
this._scopes;
33
}
34
35
set scopes(values: string[]) {
36
if
(Array.isArray(values)) {
Callers
nothing calls this directly
Calls
3
forEach
Method · 0.65
add
Method · 0.65
setScopes
Method · 0.65
Tested by
no test coverage detected