(projectId: string, location: string)
| 80 | * @return The resource name for the EventArc channel |
| 81 | */ |
| 82 | export 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 |
no outgoing calls
no test coverage detected
searching dependent graphs…