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

Method getSource

packages/firebase-remote-config/index.ios.ts:50–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 getSource(): 'default' | 'static' | 'remote' {
51 switch (this.native.source) {
52 case FIRRemoteConfigSource.Default:
53 return 'default';
54 case FIRRemoteConfigSource.Static:
55 return 'static';
56 case FIRRemoteConfigSource.Remote:
57 return 'remote';
58 }
59 }
60}
61
62export class ConfigSettings implements IConfigSettings {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected