feat(remote_config): Added remote_config support for Windows - #17514
feat(remote_config): Added remote_config support for Windows#17514angpysha wants to merge 23 commits into
Conversation
- firebase_storage@12.3.3 - firebase_storage_web@3.10.3
- firebase_ai@2.0.0 - firebase_auth@5.5.4 - firebase_auth_platform_interface@7.6.3 - firebase_core_web@2.23.0 - firebase_data_connect@0.1.5 - firebase_vertexai@1.7.0 - firebase_auth_web@5.14.3 - cloud_firestore_web@4.4.8 - firebase_app_installations_web@0.1.6+12 - firebase_messaging_web@3.10.6 - firebase_remote_config_web@1.8.4 - firebase_database_web@0.2.6+12 - firebase_core@3.13.1 - firebase_analytics_web@0.5.10+12 - firebase_app_check_web@0.2.0+10 - firebase_storage_web@3.10.13 - cloud_functions_web@4.11.1 - firebase_performance_web@0.1.7+12 - cloud_firestore@5.6.8 - firebase_app_installations@0.3.2+6 - firebase_messaging@15.2.6 - firebase_remote_config@5.4.4 - firebase_database@11.3.6 - _flutterfire_internals@1.3.55 - firebase_in_app_messaging_platform_interface@0.2.5+6 - firebase_in_app_messaging@0.8.1+6 - cloud_firestore_platform_interface@6.6.8 - firebase_dynamic_links@6.1.6 - firebase_dynamic_links_platform_interface@0.2.7+6 - firebase_crashlytics_platform_interface@3.8.6 - firebase_messaging_platform_interface@4.6.6 - firebase_crashlytics@4.3.6 - firebase_app_installations_platform_interface@0.1.4+54 - firebase_remote_config_platform_interface@1.5.4 - firebase_database_platform_interface@0.2.6+6 - firebase_analytics_platform_interface@4.3.6 - firebase_analytics@11.4.6 - firebase_app_check@0.3.2+6 - firebase_ml_model_downloader@0.3.3+4 - firebase_storage_platform_interface@5.2.6 - firebase_app_check_platform_interface@0.1.1+6 - firebase_ml_model_downloader_platform_interface@0.1.5+6 - firebase_storage@12.4.6 - cloud_functions@5.5.1 - cloud_functions_platform_interface@5.7.1 - firebase_performance_platform_interface@0.1.5+6 - firebase_performance@0.10.1+6
…om-3.11.0 # Conflicts: # packages/firebase_storage/firebase_storage/pubspec.yaml
- firebase_core_platform_interface@6.0.0 - firebase_ai@2.2.1 - firebase_in_app_messaging@0.8.1+9 - firebase_remote_config@5.4.7 - firebase_auth@5.6.2 - firebase_crashlytics@4.3.9 - cloud_firestore@5.6.11 - firebase_app_installations@0.3.2+9 - firebase_core_web@2.24.1 - firebase_data_connect@0.1.5+3 - firebase_dynamic_links@6.1.9 - firebase_app_check@0.3.2+9 - firebase_core@3.15.1 - firebase_analytics@11.5.2 - firebase_storage@12.4.9 - firebase_messaging@15.2.9 - firebase_database@11.3.9 - firebase_ml_model_downloader@0.3.3+7 - firebase_vertexai@1.8.2 - firebase_performance@0.10.1+9 - cloud_functions@5.6.1 - _flutterfire_internals@1.3.58 - cloud_firestore_web@4.4.11 - firebase_app_installations_web@0.1.6+15 - firebase_auth_web@5.15.2 - firebase_remote_config_web@1.8.7 - firebase_database_web@0.2.6+15 - firebase_messaging_web@3.10.9 - firebase_app_check_web@0.2.0+13 - firebase_analytics_web@0.5.10+15 - firebase_storage_web@3.10.16 - firebase_performance_web@0.1.7+15 - cloud_functions_web@4.11.4 - firebase_in_app_messaging_platform_interface@0.2.5+9 - firebase_remote_config_platform_interface@1.5.7 - firebase_crashlytics_platform_interface@3.8.9 - firebase_analytics_platform_interface@4.4.2 - cloud_firestore_platform_interface@6.6.11 - firebase_dynamic_links_platform_interface@0.2.7+9 - firebase_auth_platform_interface@7.7.2 - firebase_app_installations_platform_interface@0.1.4+57 - firebase_app_check_platform_interface@0.1.1+9 - firebase_messaging_platform_interface@4.6.9 - firebase_database_platform_interface@0.2.6+9 - firebase_ml_model_downloader_platform_interface@0.1.5+9 - firebase_performance_platform_interface@0.1.5+9 - cloud_functions_platform_interface@5.8.1 - firebase_storage_platform_interface@5.2.9
# Conflicts: # CHANGELOG.md # packages/firebase_core/firebase_core/pubspec.yaml # packages/firebase_remote_config/firebase_remote_config/pubspec.yaml
|
Thanks for running pipeline. Will fix ASAP |
- firebase_ai@3.1.0 - firebase_auth@6.0.1 - firebase_auth_platform_interface@8.1.0 - firebase_vertexai@2.1.0 - firebase_data_connect@0.2.0+1 - firebase_auth_web@6.0.1
Signed-off-by: Andrii Petrovskyi <angpysha@outlook.com>
Signed-off-by: Andrii Petrovskyi <angpysha@outlook.com>
|
Hello, I updated my PR, but received analyzer errors regarding packages that I did not change. What should I do in this case? |
|
Really appreciate everyone's work on this 👏. Special thanks to @angpysha |
Signed-off-by: Andrii Petrovskyi <angpysha@outlook.com>
Signed-off-by: Andrii Petrovskyi <angpysha@outlook.com>
|
Also I have issues with tests, however if I run tests only on changed packages (firebase_core and firebase_remote_config). They'd completed successfully Firebase CoreFirebase Remote Config |
|
The analyzer (melos run analyze) does not report any problems on my PR. It contains errors that belong to firebase_auth melos run analyze-ci |
|
Closing, we added support here: #18006 Thanks for the time on this |
Description
This PR adds support Firebase Remote Config for Windows
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]).This will ensure a smooth and quick review process. Updating the
pubspec.yamland changelogs is not required.///).melos run analyze) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?