Unable to sign in with provider for Flutter Windows. I tried to use MicrosoftAuthProvider to sign in with FirebaseAuth but I am getting this error: [firebase_auth/unknown-error] Operation is not supported on non-mobile systems.
However this works on Flutter android and ios.
I am using firebase_auth version 5.2.0.
Hello @jingfeng-cheah, as specified by the error, this is not supported by the C++ SDK. You can request this feature on the CPP repository: https://github.com/firebase/firebase-cpp-sdk
Is there an existing issue for this?
Which plugins are affected?
Auth
Which platforms are affected?
Windows
Description
Unable to sign in with provider for Flutter Windows. I tried to use MicrosoftAuthProvider to sign in with FirebaseAuth but I am getting this error:
[firebase_auth/unknown-error] Operation is not supported on non-mobile systems.
However this works on Flutter android and ios. I am using firebase_auth version 5.2.0.Reproducing the issue
Firebase Core version
3.4.0
Flutter Version
3.22.3
Relevant Log Output
Flutter dependencies
Expand
Flutter dependencies
snippet```yaml dependencies: - cloud_firestore 5.3.0 [cloud_firestore_platform_interface cloud_firestore_web collection firebase_core firebase_core_platform_interface flutter meta] - cupertino_icons 1.0.8 - date_time_picker 2.1.0 [flutter intl] - dropdown_plus 0.0.9 [flutter] - dropdown_search 5.0.6 [flutter] - expandable 5.0.1 [flutter] - file_picker 8.0.7 [flutter flutter_web_plugins flutter_plugin_android_lifecycle plugin_platform_interface ffi path win32 cross_file web] - firebase_auth 5.2.0 [firebase_auth_platform_interface firebase_auth_web firebase_core firebase_core_platform_interface flutter meta] - firebase_core 3.4.0 [firebase_core_platform_interface firebase_core_web flutter meta] - firebase_storage 12.2.0 [firebase_core firebase_core_platform_interface firebase_storage_platform_interface firebase_storage_web flutter] - flutter 0.0.0 [characters collection material_color_utilities meta vector_math sky_engine] - flutter_launcher_icons 0.13.1 [args checked_yaml cli_util image json_annotation path yaml] - flutter_signature_pad 3.0.1 [flutter] - flutter_toggle_tab 1.4.1 [flutter] - get 4.6.6 [flutter] - hive 2.2.3 [meta crypto] - hive_flutter 1.1.0 [flutter hive path_provider path] - image_picker 1.1.2 [flutter image_picker_android image_picker_for_web image_picker_ios image_picker_linux image_picker_macos image_picker_platform_interface image_picker_windows] - intl 0.17.0 [clock path] - mailer 6.1.2 [async logging intl mime path meta] - path_provider 2.1.4 [flutter path_provider_android path_provider_foundation path_provider_linux path_provider_platform_interface path_provider_windows] - pdfrx 1.0.83 [collection crypto ffi flutter http path path_provider rxdart synchronized url_launcher vector_math web] - sliding_up_panel 2.0.0+1 [flutter] - table_calendar 3.0.8 [flutter intl simple_gesture_detector] - timezone 0.9.4 [path] - url_launcher 6.3.0 [flutter url_launcher_android url_launcher_ios url_launcher_linux url_launcher_macos url_launcher_platform_interface url_launcher_web url_launcher_windows] ```
Additional context and comments
No response