How to have a button send an email reciept to the user using Firebase?

I am currently making a prototype of an app for my group’s Capstone Project, and my Practitioner said it would be great where the app, using Firebase, would send a noreply email containing a reciept to the user after pressing a specific button in the app. I currently have a sign in/up screen that would take the user’s email address and my app already has Firebase’s API key.

1 Like

To send emails automatically to users you need to implement a third party solution to send the email or make your own script using PHP or GAS (Google Apps Script) or similar frameworks.

If there really is no way to solely use Firebase, then I am willing to learn GAS. Thank you.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.