Skip to content

Commit

Permalink
Add EVENTARC_CLOUD_EVENT_SOURCE as reserved environment variable for …
Browse files Browse the repository at this point in the history
…Firebase Extensions use.
  • Loading branch information
taeold committed Feb 18, 2022
1 parent ebd3323 commit 63a8d78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/functions/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const RESERVED_KEYS = [
// Cloud Functions for Firebase
"FIREBASE_CONFIG",
"CLOUD_RUNTIME_CONFIG",
// Firebase Extensions
"EVENTARC_CLOUD_EVENT_SOURCE",
// Cloud Functions - old runtimes:
// https://cloud.google.com/functions/docs/env-var#nodejs_8_python_37_and_go_111
"ENTRY_POINT",
Expand Down

0 comments on commit 63a8d78

Please sign in to comment.