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

Function githubClientSecret

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

Source from the content-addressed store, hash-verified

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
155export const dataconnectOrigin = () =>
156 utils.envOverride("FIREBASE_DATACONNECT_URL", "https://firebasedataconnect.googleapis.com");

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…