Skip to content

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

License

Notifications You must be signed in to change notification settings

SimonMarquis/Firebase-Remote-Config-Changes-Notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔥 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

About

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

Resources

License

Stars

Watchers

Forks