How to send certain data via email using Firebase Functions? Suppose there is an authorized user and some of his data (for example, date of birth) we put in the Realtime Database. How, using Firebase Functions, to send this field to email after an HTTP request?

    0