We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7a4b7 commit 7658ec4Copy full SHA for 7658ec4
src/v2/providers/https.ts
@@ -49,7 +49,7 @@ export { Request, CallableRequest, FunctionsErrorCode, HttpsError };
49
/**
50
* Options that can be set on an onRequest HTTPS function.
51
*/
52
-export interface HttpsOptions extends Omit<GlobalOptions, "region"> {
+export interface HttpsOptions extends Omit<GlobalOptions, "region" | "enforceAppCheck"> {
53
54
* If true, do not deploy or emulate this function.
55
0 commit comments