/Firebase-Remote-Config-Changes-Notifier

🔥 Notify changes in Firebase Remote Config in real time through Slack Webhooks.

Primary LanguageJavaScriptMIT LicenseMIT

🔥 Firebase Remote Config changes notifier

Notify changes in Firebase Remote Config in real time through Slack Webhooks.
🥷 No more sneaky updates!

Requirements

Setup

  1. Install required npm dependencies:
    npm install
  2. Install Firebase CLI
  3. Setup Firebase project:
    firebase use --add
  4. Configure Slack incoming webhook secret:
    firebase functions:secrets:set SLACK_INCOMING_WEBHOOK
  5. Deploy the Firebase function:
    firebase deploy --only functions:remoteConfigUpdate

Screenshots

New Remote Config New condition
Update Remote Config Rollback

Credits