firebase / firebase-functions

Firebase SDK for Cloud Functions
https://firebase.google.com/docs/functions/
MIT License
1.01k stars 201 forks source link

Add support for beforeSendEmail trigger #1492

Open blidd-google opened 7 months ago

blidd-google commented 7 months ago

GCIP now supports a new event type that triggers before emails are sent using Identity Platform. This PR adds a new trigger to respond to the beforeSendEmail event type. Based on changes from blidd.blocking-fn-email.