
Manage Marketing with Mailchimp
Made by Mailchimp
Syncs user data with a Mailchimp audience for sending personalized email marketing campaigns.
How this extension works
Use this extension to:
- Add new users to an existing Mailchimp audience
- Remove user from an existing Mailchimp audience
- Associate member tags with a Mailchimp subscriber
- Use merge fields to sync user data with a Mailchimp subscriber
- Set member events to trigger Mailchimp actions and automations
Additional setup
Make sure that you've set up Firebase Authentication to manage your users.
You must also have a Mailchimp account before installing this extension.
Billing
This extension uses the following Firebase services which may have associated charges:
- Cloud Firestore
- Cloud Functions
- Firebase Authentication
This extension also uses the following third-party services:
- Mailchimp Billing ( pricing information )
You are responsible for any costs associated with your use of these services.
Note from Firebase
To install this extension, your Firebase project must be on the Blaze (pay-as-you-go) plan. You will only be charged for the resources you use. Most Firebase services offer a free tier for low-volume use. Learn more about Firebase billing.
You will be billed a small amount (typically less than $0.10) when you install or reconfigure this extension. See the Cloud Functions for Firebase billing FAQ for a detailed explanation.
How to install this extension
Using the Firebase console
To install and manage extensions, you can use the Firebase console.
Install using consoleUsing the Firebase CLI
To install and manage extensions, you can also use the Firebase CLI:
Step 1: Run the following npm command to install the CLI or update to the latest CLI version.
npm install -g firebase-toolsDoesn't work? Take a look at the Firebase CLI reference or change your npm permissions .
Step 2: Set up a new Firebase project directory or navigate to an existing one
Step 3: Add this extension to your extension manifest by running
firebase ext:install mailchimp/mailchimp-firebase-sync --local --project=projectId_or_alias
Step 4 (Optional): Test this extension locally with the Firebase Emulator Suite
firebase emulators:start
Step 5: Deploy the extensions in your manifest to your project
firebase deploy --only extensions --project=projectId_or_alias