1
3 Comments

Using firebase to drip feed emails to app users

I have my users email address stored in Firebase. Just wondering about setting up drip feed emails if anyone has done this, perhaps via Firebase -> Zapier -> Mailchimp?

on March 4, 2020
  1. 3

    I haven't used it personally, but there's a Firebase Extension that does exactly what @szferi is describing:
    https://firebase.google.com/products/extensions/auth-mailchimp-sync/

  2. 3

    I usually use a firebase function to create a subscription in Mailchimp when the user signup so you can send emails from Mailchimp.

  3. 1

    Hi mate, can you share your product that I may try it as a user and see the end result?

    Is there more info available on MailChimp about integrating with firebase or vice versa ? Will check tomorrow anyways.

    Thanks for sharing