Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 2.73 KB

File metadata and controls

47 lines (37 loc) · 2.73 KB

🔥 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