-
Notifications
You must be signed in to change notification settings - Fork 625
Introduce remote config cache for storing configs fetched remotely. #4917
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce remote config cache for storing configs fetched remotely. #4917
Conversation
Coverage Report 1Affected Products
Test Logs |
Size Report 1Affected Products
Test Logs |
firebase-sessions/src/main/kotlin/com/google/firebase/sessions/settings/RemoteSettings.kt
Outdated
Show resolved
Hide resolved
firebase-sessions/src/main/kotlin/com/google/firebase/sessions/settings/RemoteSettings.kt
Show resolved
Hide resolved
firebase-sessions/src/main/kotlin/com/google/firebase/sessions/settings/RemoteSettings.kt
Outdated
Show resolved
Hide resolved
firebase-sessions/src/main/kotlin/com/google/firebase/sessions/settings/SessionsSettings.kt
Outdated
Show resolved
Hide resolved
firebase-sessions/src/main/kotlin/com/google/firebase/sessions/settings/SettingsCache.kt
Outdated
Show resolved
Hide resolved
firebase-sessions/src/main/kotlin/com/google/firebase/sessions/settings/SettingsCache.kt
Outdated
Show resolved
Hide resolved
/retest |
67e4f36
to
43b0342
Compare
Startup Time Report 1Note: Layout is sometimes suboptimal due to limited formatting support on GitHub. Please check this report on GCS. Startup time comparison between the CI merge commit (39f16c6) and the base commit (33f6660) are not available. No macrobenchmark data found for the base commit (33f6660). Analysis for the CI merge commit (39f16c6) can be found at: |
Pending: Implement remote config fetching capability and updating the caches with the fetched value.