firebase-functions
firebase-functions copied to clipboard
Allow emitting eventarc channels as params
As far as interesting PRs go, this ain't it, chief.
Though I have to say it's a little surprising that we define channel as a possible field on the base EventOptions class, despite it only being meaningful to have in one type of Event trigger option? That seems like not how classes should work, unless I'm really missing something about Typescript?