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

Method settings

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

Source from the content-addressed store, hash-verified

140 }
141
142 get settings() {
143 return ConfigSettings.fromNative(this.native.configSettings);
144 }
145
146 set settings(value: ConfigSettings) {
147 this.native.configSettings = value.native;

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected