We'll start to new project using the Firebase.
First of all, I'll try to set static like app version) to remote config to check the lower version in app-side.
So, I'd try to search the limitation/quota of the 'firebase remote configuration' such as traffic, connections, concurrent connections per month and so on, but I can't find any documents about Firebase remote configurations.
Can anybody help me?
Check out the answers to this question for thorough explanations. Using Firebase's Remote Config is hardly more secure than shipping keys in the app bundle. Either way, the data ends up on users' hardware. A malicious person can then theoretically access it, no matter how difficult we may think that is to do.
Firebase Remote Config is a cloud service with which we can change the behavior and appearance of our app without publishing an app update, at no cost and for an unlimited number of daily active users. And it was also recommended for the usage of app updates check.
An exception thrown when a fetch() call is throttled. FirebaseRemoteConfigServerException. A Firebase Remote Config internal issue caused by an interaction with the Firebase Remote Config server.
Firebase Remote Config is part of the Firebase platform and is available for free on both iOS and Android.
There aren't really any official public numbers, partly because the team reserves the right to change them in the future to better suit the needs of the service.
That said, Remote Config is designed to be free for your apps, no matter how popular they become. You shouldn't ever have to worry about concurrent connections or connections per month or anything like that, as long as your client behaves reasonably.
What does that mean? Well, personally, my recommendation would be to not set your cache for anything less than 3 hours. If you need something faster than that, then you should really start looking into the Realtime Database. Otherwise, you should be find with Remote Config.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With