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

Function getEventArcChannel

src/extensions/askUserForEventsConfig.ts:82–84  ·  view source on GitHub ↗
(projectId: string, location: string)

Source from the content-addressed store, hash-verified

80 * @return The resource name for the EventArc channel
81 */
82export function getEventArcChannel(projectId: string, location: string): string {
83 return `projects/${projectId}/locations/${location}/channels/firebase`;
84}
85
86/**
87 * Asks the user which event types they would like to enable

Callers 2

wantDynamicFunction · 0.90
askForEventsConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…