firebase-tools: v14.9.0
node: v20.19.1
- Starting
firestore-send-email.envfile with nofirebaseextensions.v1beta.v2function/memory
AUTH_TYPE=UsernamePassword
DATABASE=(default)
DATABASE_REGION=eur3
DEFAULT_FROM=foobar@example.com
firebaseextensions.v1beta.function/ingressSettings=ALLOW_ALL
firebaseextensions.v1beta.function/location=us-central1
firebaseextensions.v1beta.function/minInstances=0
firebaseextensions.v1beta.function/timeoutSeconds=540
firebaseextensions.v1beta.function/vpcConnectorEgressSettings=VPC_CONNECTOR_EGRESS_SETTINGS_UNSPECIFIED
HOST=smtp.gmail.com
MAIL_COLLECTION=_mail
OAUTH_PORT=465
OAUTH_SECURE=true
SMTP_CONNECTION_URI=smtps://username@gmail.com:password@smtp.gmail.com:465.
TTL_EXPIRE_TYPE=never
TTL_EXPIRE_VALUE=1
USERS_COLLECTION=_users
- Run
firebase ext:configure firestore-send-email --project PROJECT_ID- Choose mostly all default values
- Generated
firestore-send-email.envhas anundefinedkey
AUTH_TYPE=UsernamePassword
DATABASE=(default)
DATABASE_REGION=eur3
DEFAULT_FROM=foobar@example.com
firebaseextensions.v1beta.function/ingressSettings=ALLOW_ALL
firebaseextensions.v1beta.function/location=us-central1
firebaseextensions.v1beta.function/minInstances=0
firebaseextensions.v1beta.function/timeoutSeconds=540
firebaseextensions.v1beta.function/vpcConnectorEgressSettings=VPC_CONNECTOR_EGRESS_SETTINGS_UNSPECIFIED
HOST=smtp.gmail.com
MAIL_COLLECTION=_mail
OAUTH_PORT=465
OAUTH_SECURE=true
SMTP_CONNECTION_URI=smtps://username@gmail.com:password@smtp.gmail.com:465.
TTL_EXPIRE_TYPE=never
TTL_EXPIRE_VALUE=1
undefined=128Mi
USERS_COLLECTION=_users