From 5c2a93f3628ab0752d9adf2d43bfb6d2056b8416 Mon Sep 17 00:00:00 2001 From: huyufei Date: Tue, 3 Sep 2024 21:00:52 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=20=E9=80=82=E9=85=8D=20Firebase?= =?UTF-8?q?=2012.1.0,=20=E5=88=A0=E9=99=A4=E5=BA=9F=E5=BC=83=E7=9A=84?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --story=1021829 --user=yufei.hu 【升级】升级 Firebase12.1.0 后, 部分接口废弃, 优化 SDK 内的逻辑适配改动 (QA 无需测试) https://www.tapd.cn/33527076/s/1169683 --- Runtime/GuruRemote/Runtime/RemoteConfigManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/GuruRemote/Runtime/RemoteConfigManager.cs b/Runtime/GuruRemote/Runtime/RemoteConfigManager.cs index dfbbf22..feb1178 100644 --- a/Runtime/GuruRemote/Runtime/RemoteConfigManager.cs +++ b/Runtime/GuruRemote/Runtime/RemoteConfigManager.cs @@ -84,7 +84,7 @@ namespace Guru _firebaseRemote.SetConfigSettingsAsync(new ConfigSettings() { FetchTimeoutInMilliseconds = (ulong)(DefaultFetchTimeout * 1000), - MinimumFetchInternalInMilliseconds = (ulong)(_fetchIntervalHours * 60 * 60 * 1000) + // MinimumFetchInternalInMilliseconds = (ulong)(_fetchIntervalHours * 60 * 60 * 1000) }); _firebaseRemote.OnConfigUpdateListener += OnFirebaseConfigUpdatedHandler;