Resources
Practical email guides for app developers
Guides, comparisons and implementation notes for developers building production apps. We cover transactional email, Firebase workflows, API integrations, deliverability, templates, and the bits of app infrastructure that are easy to underestimate until you have to build them.
Firebase email guides
How to send email from Firebase
A starter guide for wiring transactional email into a Firebase app without turning email into a separate project.
Send email from Firebase Cloud Functions
A guide focused on the trusted backend path for Firebase developers who want email sending outside the browser.
Firebase Trigger Email extension alternative
An overview page for developers comparing the Firebase extension route with a more opinionated transactional setup.
Firebase password reset emails
A stub guide for password reset flows, email ownership, and practical developer tradeoffs.
Firebase transactional email options
A comparison-style guide covering the main ways developers send transactional email from Firebase apps.
Comparisons
Firebase Trigger Email vs EmailsDone
A direct comparison page for developers choosing between the Firebase extension path and a template-first transactional service.
SES vs Firebase email extensions
A stub comparison about setup surface area, control, queues, reputation handling, and what developers actually have to maintain.
Resend vs EmailsDone
A comparison page for developers who want to understand the tradeoff between a broader email API and a narrower transactional product.