-
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_auth] PlatformException on Windows 10: Unable to establish connection on channel #11595
Comments
Hi @KartikPatelOfficial, windows is currently not supported for firebase_auth. Do you have to perform any action to get the issue to occur? PS: A pr landed recently regarding windows support, see #11089 |
Hi @danagbemava-nc, Thank you for your response. I understand that Windows support for firebase_auth is currently not fully supported, but I wanted to mention that I have also tried running the example project which includes the changes from PR #11089. To answer your question, I didn't have to perform any specific action to reproduce the issue. I simply updated the Would appreciate any guidance or workaround for this issue. |
Thanks for the info. It doesn't seem like that should happen. In any case, I think the best option would be to have it no-op if it is not supported yet. Labeling for further insight from the team on this. cc @Lyokone |
It also happens on other firebase plugins. I have used firebase_core, analytics and performance and upgrading them with latest available versions crashes the windows app, both while debugging and release build. Affected versions: I am not exactly what exact plugin breaks it |
Hi @milindgoel15, Thanks for sharing your findings. When I used the The problem appears to be related to the string pointer. This might be a deeper issue in how firebaseOptions are being parsed or handled for Windows in these Firebase plugins. |
Bug report
Describe the bug
When attempting to use
firebase_auth
on Windows 10 with the provided example project, I encounter an error that indicates a failure to establish a connection on the channel.Steps to reproduce
firebase_auth
.Expected behavior
The application should not encounter a PlatformException related to connection issues on the channel.
Additional context
Edition: Windows 10 Pro
Version: 22H2
OS build: 19045.3448
I'm facing this issue specifically with Windows.
Flutter doctor
Click To Expand
Flutter dependencies
Click To Expand
The text was updated successfully, but these errors were encountered: