I am using Firebase as my backend in one of my project. I want to send an email to the recipient whenever he is added into the group. Below is the structure of my DB.
Main Group
-----Root
-----Users
---- Friend-1
---- Friend-2
.
.
and so on
What I want is to trigger an email whenever a new friend is added in the group Users. I searched and found 3 types of emails supported by firebase but that is only for the main users which are seen in Authentication tab on console.