MCPcopy Create free account
hub / github.com/firebase/quickstart-js / showWelcomeMessage

Function showWelcomeMessage

remote-config/main.ts:24–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 });
23
24function showWelcomeMessage() {
25 const val = getValue(remoteConfig, 'welcome_message');
26 const welcome_element = document.getElementById('welcome_message')!;
27 welcome_element.innerText = val.asString() + ' (' + val.getSource() + ')';
28}
29
30function fetchConfig() {
31 const welcome_element = document.getElementById('welcome_message')!;

Callers 2

main.tsFile · 0.85
fetchConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected