I want to developer an Android app such that a particular function should be executed in the app only when a value in the server is true. If the value in the server is false another function should be executed.
I know that It can be done using Firebase Remote Configuration but the problem is that the free package of Firebase has users limitation and also the caching of the values is done every 12 hours. I want to make it in such a way that any number of users should not be a problem and the values should not be cached and loaded from the server every time the retrieve function is called.
Is there any service that can do this for me? Or if not can it be done by myself?