Firebase.remoteConfig => crash with IllegalStateException (but only for tiny fraction of users)
I am using firebase remote config in my app. I get rare IllegalStateException crashes when using this call (crash happens when accessing remoteConfig instance): Firebase.remoteConfig.fetchAndActivate().addOnCompleteListener { task -> when (task.isSuccessful) { true -> Log.d(APP_TAG, "Config params updated: ${task.result}") false ->…