Skip to content

Cloud Function Conversion

Latest
Compare
Choose a tag to compare
@frindly frindly released this 29 Oct 23:11
· 17 commits to master since this release
da020c1

For this release, the Firebase Remote Config Monitor has been re-written as a Cloud Function which can be deployed to Firebase. This has many advantages

  • The app now reacts to updates from Remote Config rather than needing to poll. This leads to a faster notification.
  • The app now has access to information about the user who made the change and includes their name in the post to slack.
  • The app no longer requires any hardware but runs entirely serverless in Cloud Functions for Firebase.