MCPcopy
hub / github.com/angular/angularfire / shortAppId

Function shortAppId

src/schematics/utils.ts:28–28  ·  view source on GitHub ↗
(app?: FirebaseApp)

Source from the content-addressed store, hash-verified

26import { SetupConfig } from "./setup";
27
28export const shortAppId = (app?: FirebaseApp) => app?.appId?.split("/").pop();
29
30export function getWorkspace(host: Tree): {
31 path: string;

Callers 2

searchAppsFunction · 0.90
appPromptFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected