Sending transactional emails via Firebase and Cloud Functions
In this tutorial, we’ll walk through how you can start sending transactional emails through Firebase utilizing Google Cloud Functions.
Quick intro to Firebase and Cloud Functions Firebase
Google Firebase offers a number of products that help speed up the development of both mobile and web applications. The cornerstone product is their real-time database which offers a No-SQL style JSON store. It’s pretty magical to work with. Combine it with their free authentication service, and you can build entire applications with just front-end code (HTML, CSS, JS).
Continue reading • Dave Martin wrote in Email delivery