Closed
Description
Hi,
I use parse-server remote config heavily in my app. I noticed that it is recommended to not fetch the config any time you need it from the server. I was thinking maybe parse-server can provide some hook that will be triggered each time the config will be modified remotely by the parse-server admin and in this hook we can just refetch the config and then we can safely use Parse.Config.current()
What do you think?