How long does Firebase choke you?

Even if debugging is enabled for RemoteConfig, I still managed to get the following:

Error retrieving remote configuration values ​​Optional (Error Domain = com.google.remoteconfig.ErrorDomain Code = 8002 "(null)" UserInfo = {error_throttled_end_time_seconds = 1483110267,054194})

Here is my debug code:

let debug = FIRRemoteConfigSettings(developerModeEnabled: true)
FIRRemoteConfig.remoteConfig().configSettings = debug!

Should throttling be prevented?

How long will the throttle error last?

+4
source share
1 answer

I experienced the same error due to throttling. I called FIRRemoteConfig.remoteConfig().fetchWithExpirationDurationafter less than 60 seconds.

, . . .

, . , , .

+3

Source: https://habr.com/ru/post/1665337/


All Articles