and-murray / wharf-spaces

MIT License
1 stars 0 forks source link

Use database for functions capacity config #5

Open tomdownes14 opened 4 months ago

tomdownes14 commented 4 months ago

The cloud functions rely on hard coded config values that mirror Remote Config. This means a release is required when updating config values.

Remote Config is not designed to be used from functions.

We could instead use the Firestore Database to mirror the remote config values.

AC: