-
Notifications
You must be signed in to change notification settings - Fork 4k
[firebase_remote_config]: FirebaseException on fetchAndActivate during startup. #17349
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
Comments
Same issue here. Any updates? |
Hi @omar-khaium, thanks for the report. I'm unable to reproduce this issue with the firebase_remote_config example app. Could you provide a complete example which reproduces this issue? |
Fixed in native sdk. We just need to wait for update |
Same error here, the parser one strangely happens when I pick a value below 30s for the |
any workarounds? |
I’m experiencing the same issue. I wonder, will older versions resume working on their own, or will we need to update to the newer release to restore functionality? |
It turns out that the issue only occurs on iOS simulators; it works fine on real devices, even on simulators. Uninstalling the app and reinstalling it should solve the issue. Many thanks to my amazing friend @mohanedy , who pointed this out to me. Kindly check and confirm guys @omar-khaium @Goodstuff4UonYT @xVemu @marclester-tang |
@AhmedEzio47 uninstalling the app and reinstalling somehow works for now on iOS simulator. Wasn't the case before you mentioned it (I had uninstalled many times out of frustration before). Kudos!!! |
Nevermind, I'm getting |
Same issue here. Any updates? |
Is there an existing issue for this?
Which plugins are affected?
Remote Config
Which platforms are affected?
iOS
Description
Flutter 3.29.3 • channel stable • https://github.com/flutter/flutter.git
Framework • revision ea121f8859 (4 weeks ago) • 2025-04-11 19:10:07 +0000
Engine • revision cf56914b32
Tools • Dart 3.7.2 • DevTools 2.42.3
FirebaseException ([firebase_remote_config/internal] cannot parse response)
FirebaseException ([firebase_remote_config/internal] The network connection was lost.)
These 2 exceptions are occurring randomly. I'm using the same configuration style for last few years, but, since last few months I'm getting these weird exceptions in all my projects. I've tried switching to better stable WiFi and active Mobile network for experient. None the less, result is the same.
Reproducing the issue
Before calling
runApp
Firebase console configuration
Firebase Core version
3.13.0
Flutter Version
3.29.3
Relevant Log Output
Flutter dependencies
Expand
Flutter dependencies
snippetAdditional context and comments
No response
The text was updated successfully, but these errors were encountered: