Thank you for your reply while you are busy.
I have additional questions.
Is it correct to use remote config as shown below?
------
1. Update the list on the web application side from the remote config server at regular intervals.
fetch()
2. The users can get the list without any limits using the web app.
getValue()
------
Also, fetch () was previously limited to 5 times in 60 minutes.
However, it was written that the latest version had relaxed limits.
Specifically, how often did fetch () become possible?