-
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: Incompatible with Windows on NET 9 or VS 17.12.0 #16536
Comments
Rolled back my version of |
same here |
Haven't see any attempts to fix firebase on windows. My app crash often and still has no clue why or how to fix it. I checked for new update of firebase continuously and what I see is almost like zero fix. |
Same Issue. D:\WD\BusinessPersonalManager\business_personal_manager\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\encodable_value.h(199,60): error C2665: 'std::variant<std::monostate,bool,int32_t,int64_t,double,std::string,std::vector<uint8_t,std::allocator<uint8_t>>,std::vector<int32_t,std::allocator>,std::vector<int64_t,std::allocator<int64_t>>,std::vector<double,std::allocator>,flutter::EncodableList,flutter::EncodableMap,flutter::CustomEncodableValue,std::vector<float,std::allocator>>::variant': no overloaded function could convert all the argument types [D:\WD\BusinessPersonalManager\business_personal_manager\build\windows\x64\plugins\firebase_auth\firebase_auth_plugin.vcxproj] I tried following solutions.
|
Same! |
same, but this also started failing on github actions when building for windows |
How do I rollback??? |
@thedeukalion - thank you for confirming that reverting Visual Studio/Dot not version is a way to circumvent this issue for now 🙏 |
i have the same problem if any one solve it, please help me |
Will the issue be fixed for dotnet 9? |
@PrimeTheFirst - I have no idea I'm afraid. I don't have dotnet installed on my machine |
how do you rollback to the version 17.11.5 of visual studio? |
I see. Is this a flutter auth issue or a visual studio issue? Any idea when it might be fixed?? |
From what I understand you can only rollback if you have upgraded it from a previous version before. Otherwise Microsoft archives have 17.11.5 update download links for the exe, which isn't working for me. It just says preparing and then closes |
On our side, we managed to workaround the issue on Github Actions with the following steps :
|
I have the same error. I tried almost everything but couldn't solve it. I just couldn't downgrade the Visual Studio version because it was a new installation and there was no old version already.
Is there any progress? |
:( |
Mine is Visual Studio Community Edition, |
Is there an existing issue for this?
Which plugins are affected?
Auth
Which platforms are affected?
Windows
Description
I just updated to the latest Visual Studio version and this occured on Flutter 3.24.3 and then I upgraded to 3.24.4 and it was still there. Been running this on every project between tries:
Global
dart pub cache clean --force
flutter update-packages --force-upgrade
Once per project
flutter clean
flutter pub upgrade
flutter pub get
And then I tried adding a simple project with just the firebase_auth package and it simply did not work.
.NET / Visual Studio Versions
dotnet --version = 9.0.100
Visual Studio Community 2022 17.12.0
Will try to rollback to previous DOTNET / VS version to see if there's any change.
Reproducing the issue
flutter create fb_test
cd fb_test
flutter pub add firebase_auth
flutter build windows --debug
Firebase Core version
3.7.0
Flutter Version
3.24.4
Relevant Log Output
Flutter dependencies
Expand
Flutter dependencies
snippetAdditional context and comments
No response
The text was updated successfully, but these errors were encountered: