-
Notifications
You must be signed in to change notification settings - Fork 411
Open
Labels
type: feature requestNew feature or requestNew feature or request
Description
Describe your configuration
- Extension name: firestore-send-email
- Extension version: 0.2.3
- Configuration values (redact info where appropriate):
AUTH_TYPE=UsernamePassword
DATABASE=(default)
DATABASE_REGION=us-east1
DEFAULT_FROM=redacted@gmail.com
firebaseextensions.v1beta.function/location=us-central1
HOST=smtp.gmail.com
MAIL_COLLECTION=gmail-mail
OAUTH_PORT=465
OAUTH_SECURE=true
SMTP_CONNECTION_URI=smtps://redacted@gmail.com@smtp.gmail.com:465
TTL_EXPIRE_TYPE=never
TTL_EXPIRE_VALUE=1
Describe the problem
Currently logs to console
Nothing happens to Firestore document
Steps to reproduce:
- Install extension version stated above
- Use configuration described above
- Create a non-valid Firestore document in the
gmail-mail
collection
Expected result
Writes validation error to Firestore document.
Actual result
Logs it, and that's all.
Metadata
Metadata
Assignees
Labels
type: feature requestNew feature or requestNew feature or request