You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issues filed here should be about bugs in the code in this repository.
If you have a general question, need help debugging, or fall into some
other category use one of these other channels:
For general technical questions, post a question on StackOverflow
with the firebase tag.
For general Firebase discussion, use the firebase-talk
google group.
For help troubleshooting your application that does not fall under one
of the above categories, reach out to the personalized Firebase support channel.
After updating Firebase Analytics to version 22.3.0, the time to get the result from FirebaseRemoteConfig.getInstance().fetchAndActivate() has multiplied a lot.
If the version of Firebase Analytics is 22.2.0, the response comes within 1 second (provided that the network connection is good). If the version of Firebase Analytics is 22.3.0, the response time can reach 20 seconds (if the network connection is also good).
It is not clear what impact Analytics has on Config, but lowering the version of Firebase Analytics helps to solve the problem.
Notably, this problem occurs only when obfuscation is enabled.
Hi @whitipet, thank you for reaching out. I tried comparing the reproducing the issue, however, I didn't see much difference in response time with/without R8 enabled.
Are you constantly experiencing this behavior? By any chance, can you share an MCVE to help us investigate this?
Hi @lehcar09, thank you for noticing the issue.
I created a test project, but like you, the fetchAndActivate time has not changed at all. It seems that there is something else that affects the time on the main project I am working on.
For now, downgrading Firebase Analytics helps to speed up the fetchAndActivate time. When I have more context, I'll let you know.
Just faced with the same issue updating from BOM 33.8.0 to 33.10.0
Fetching remote config became much slower.
The median time to retrieve Remote Config has increased nearly threefold, according to our internal analytics.
[READ] Step 1: Are you in the right place?
Issues filed here should be about bugs in the code in this repository.
If you have a general question, need help debugging, or fall into some
other category use one of these other channels:
with the firebase tag.
google group.
of the above categories, reach out to the personalized
Firebase support channel.
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
After updating Firebase Analytics to version 22.3.0, the time to get the result from FirebaseRemoteConfig.getInstance().fetchAndActivate() has multiplied a lot.
If the version of Firebase Analytics is 22.2.0, the response comes within 1 second (provided that the network connection is good). If the version of Firebase Analytics is 22.3.0, the response time can reach 20 seconds (if the network connection is also good).
It is not clear what impact Analytics has on Config, but lowering the version of Firebase Analytics helps to solve the problem.
Notably, this problem occurs only when obfuscation is enabled.
Relevant Code:
The text was updated successfully, but these errors were encountered: