HttpsFunction interface

HTTPS 觸發條件的函式類型。您必須從 JavaScript 檔案匯出這段程式碼,以便定義 Cloud 函式。

這個類型是特殊的 JavaScript 函式,可將 Express `Request``Response` 物件視為唯一的引數。

簽名:

export interface HttpsFunction