MCPcopy Create free account
hub / github.com/firebase/firebase-tools / realtimeOriginOrCustomUrl

Function realtimeOriginOrCustomUrl

src/database/api.ts:20–22  ·  view source on GitHub ↗
(host: string)

Source from the content-addressed store, hash-verified

18 * @param options command options.
19 */
20export function realtimeOriginOrCustomUrl(host: string): string {
21 return envOverride("FIREBASE_REALTIME_URL", host);
22}
23
24function addHttpIfRequired(val: string) {
25 if (val.startsWith("http")) {

Callers 4

updateRulesFunction · 0.90
api.spec.tsFile · 0.90

Calls 1

envOverrideFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…