@bayonai/transactional-email-firebase
v0.1.2
Published
Firebase Functions and Firestore operations for transactional email.
Downloads
358
Readme
@bayonai/transactional-email-firebase
Firebase Functions and Firestore operations for transactional email. Host apps provide their template catalog, sender, callable options, and admin assertion; this package keeps mail logs, pagination, test sends, and admin API contracts consistent.
listAdminMailSendLogs is the server-only, full-recipient reader for trusted
operations. listAdminMailSendLogSummaries uses the same ordering, filtering,
retention, and cursor rules but returns recipient domains only. Use the summary
reader from a non-Firebase server framework's already-authorized admin route;
never send the full-recipient reader's result to a browser.
