-
Notifications
You must be signed in to change notification settings - Fork 4k
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
🐛 [firebase_core] Unable to establish connection on channel #9088
Comments
same here ! , also im facing a problem with Firebase/Crashlytics in pod install
|
@deepsan98 Also, see if this helps: #9028 (comment) Moreover, try upgrading all your firebase plugins you are using to latest versions and see if it works: https://pub.dev/packages/firebase_core/changelog#1192 Similar issue : #9022 |
@darshankawar I already tried all your suggested solutions before opening this issue. And, #9022 is not similar to my issue. I don't think the issue described by @mustafa-707 has anything to do with my situation. |
Upgrading to the latest releases did not help me either, I am still seeing a PlatformException on call to |
Found the issue for me. It was that |
@deepsan98 Check above comment / solution and see if its the case with you as well. |
While waiting for answers, I checked if the error mentioned above is encountered also on Android, but no, on android works fine.
My
and the method
so the native calls seem fine to me. |
Thanks for the update @deepsan98
console error log
But when I upgraded
So after upgrading plugin versions, try deleting the podfile.lock and then try running again and see if it helps. |
I already updated all firebase dependencies to latest version and also tried to delete Still not working |
I see that you are using direct plugin version and not with a caret sign (^) ? Is it a typo or purposely ? Can you try using |
It is a typo. I am currently using |
I finally managed to solve this issue. Looking at Removing |
Hello folks! Can I use only latest version of I want to use I encounter same error, ( Unable to establish connection .. ) on Thanks!! |
Bug report
Describe the bug
When I launch the app, I get the following error:
Steps to reproduce
Steps to reproduce the behavior:
pubspec.yaml
:Expected behavior
The app should launch without any error message.
Additional informations
I already have tried putting to put
firebase_core_platform_interface: 4.4.1
independency_overrides
or independencies
.I only have 3 firebase packages (mentioned above) and they are all at last version available.
Flutter doctor
Click To Expand
The text was updated successfully, but these errors were encountered: