You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
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?
The text was updated successfully, but these errors were encountered: