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

Function githubClientId

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

Source from the content-addressed store, hash-verified

149export const computeOrigin = () =>
150 utils.envOverride("COMPUTE_URL", "https://compute.googleapis.com");
151export const githubClientId = () => utils.envOverride("GITHUB_CLIENT_ID", "89cf50f02ac6aaed3484");
152export const githubClientSecret = () =>
153 utils.envOverride("GITHUB_CLIENT_SECRET", "3330d14abc895d9a74d5f17cd7a00711fa2c5bf0");
154

Callers 4

getGithubLoginUrlFunction · 0.90
initGitHubFunction · 0.90
promptForRepoFunction · 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…