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

Method permissions

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

Source from the content-addressed store, hash-verified

57
58 _permissions: string[] = [];
59 get permissions() {
60 return this._permissions;
61 }
62
63 set permissions(values: string[]) {
64 if (Array.isArray(values)) {

Callers

nothing calls this directly

Calls 2

forEachMethod · 0.65
addMethod · 0.65

Tested by

no test coverage detected