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

Function setRefreshToken

src/auth.ts:143–145  ·  view source on GitHub ↗
(token: string)

Source from the content-addressed store, hash-verified

141 * @param token refresh token string
142 */
143export function setRefreshToken(token: string) {
144 apiv2.setRefreshToken(token);
145}
146
147/**
148 * Select the right account to use based on the --account flag and the

Callers 3

requireAuthFunction · 0.90
logoutActionFunction · 0.90
setActiveAccountFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…