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

Method asString

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

Source from the content-addressed store, hash-verified

44 return this.native.numberValue;
45 }
46 asString(): string {
47 return this.native.stringValue;
48 }
49
50 getSource(): 'default' | 'static' | 'remote' {
51 switch (this.native.source) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected