Firebase Docs
Email Action Handler
Now that we have a rudimentary workflow for activating accounts (password reset links), we want to create a custom workflow that allows users to activate accounts within Meemli's own application, rather than through a Firebase interface. We can use Firebase Email Actions to generate custom authenticated password reset links that point to Meemli's account activation page. We can then send these custom links to users via email, and they can use them to activate their new accounts.

Firebase Docs
Email Action Handler
Now that we have a rudimentary workflow for activating accounts (password reset links), we want to create a custom workflow that allows users to activate accounts within Meemli's own application, rather than through a Firebase interface. We can use Firebase Email Actions to generate custom authenticated password reset links that point to Meemli's account activation page. We can then send these custom links to users via email, and they can use them to activate their new accounts.