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

Function githubOrigin

src/api.ts:145–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143 utils.envOverride("FIREBASE_STUDIO_URL", "https://monospace-pa.googleapis.com");
144
145export const githubOrigin = () => utils.envOverride("GITHUB_URL", "https://github.com");
146export const githubApiOrigin = () => utils.envOverride("GITHUB_API_URL", "https://api.github.com");
147export const secretManagerOrigin = () =>
148 utils.envOverride("CLOUD_SECRET_MANAGER_URL", "https://secretmanager.googleapis.com");

Callers 2

getGithubLoginUrlFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…