PackageTrack
Sign in Get early access

firebase_remote_config

Flutter plugin for Firebase Remote Config. Update your application look and feel and behavior without re-releasing.

6.5.6 1000K downloads/mo #83 most downloaded on pub.dev firebase/flutterfire

What this package is like to depend on

Last release 20 days ago

03 Aug 2026

Ships on a steady schedule

a new release about every 3 weeks

Nearly every release is documented

notes for 163 of 163 stable releases

Nothing withdrawn

no release was ever pulled

8 years old

178 releases · first in 2018

17 releases in the last 12 months

see the full history below

Release timeline

178 releases · Apr 2018 to Aug 2026
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 178
  1. 6.5.6 03 Aug 2026
    Release notes
    • FIX(app_check): sync SPM pins to 12.17.0 and fix Windows Activ…
    Open source →
    Release notes
    • FIX(app_check): sync SPM pins to 12.17.0 and fix Windows Activate override after #18505 (#18515). (ce1f6e05)
    • FIX(remote_config,windows): move CMake dependency from Core to Remote Config (#18498). (d6ef43f6)
    • FIX(remote_config): restores the Apple error mapping and accepts both throttling status spellings (#18458). (523d985a)
    Open source →
  2. 6.5.5 14 Jul 2026
    Release notes
    • FIX(auth,iOS): add detailed error handling for Apple authorization failures (#18415). (1df97bb0)
    Open source →
    Release notes
    • Update a dependency to the latest release.
    Open source →
  3. 6.5.4 13 Jul 2026
    Release notes
    • FIX: resolve FlutterSceneLifeCycleDelegate conformance guard (#18385). (48d67196)
    Open source →
    Release notes
    • Update a dependency to the latest release.
    Open source →
  4. 6.5.3 17 Jun 2026
    Release notes
    • FIX: use correct UTC time from server for currentUser?.metadata.creationTime & currentUser?.metadata.lastSignInTime (#9248). (a6204128)
    • DOCS: explicit mention that refreshToken is empty string on native platforms on the Userinstance (#9183). (1aa1c163)
    • DOCS: add note that persistence is only available on web based platforms. (#9274). (3ad2485c)
    Open source →
    Release notes
    • Update a dependency to the latest release.
    Open source →
  5. 6.5.2 01 Jun 2026
    Release notes
    • FIX(auth,android): update token retrieval in PigeonParser to handle Number type correctly (#18328). (3b77147b)
    • DOCS(auth): clarify behavior of password reset email with email enumeration protection enabled (#18296). (0bcce87a)
    Open source →
    Release notes
    • Update a dependency to the latest release.
    Open source →
  6. 6.5.1 14 May 2026
    Release notes
    • FIX: restore default persistence to IndexedDB that was incorrectly set to localStorage (#9247). (785c4869)
    Open source →
    Release notes
    • Update a dependency to the latest release.
    Open source →
  7. 6.5.0 11 May 2026
    Release notes
    • FIX(firestore,ios): add forceIndex parameter to collection source stage initializations (#18332). (1bf50d2f)
    • FEAT(firestore): add support for new array expressions (#18283). (2293dee0)
    Open source →
    Release notes
    Open source →
  8. 6.4.0 13 Apr 2026
    Release notes
    Open source →
    Release notes
    • FEAT: use local firebase_core instead of remote SPM dependency (#18141). (995caf40)
    Open source →
  9. 6.3.0 23 Mar 2026
    Release notes
    Open source →
    Release notes
    • FIX(remote-config,ios): fix hot reload issue (#18062). (5db57711)
    • FIX(android): remove kotlin-android since AGP 9 supports it (#18059). (1e39ad1f)
    • FEAT(ios): migrate iOS to UIScene lifecycle (#18054). (3ffa4110)
    Open source →
  10. 6.2.0 02 Mar 2026
    Release notes
    Open source →
    Release notes
    • FIX(remote_config): correct lastFetchTime calculation (#18004). (92f03e08)
    • FEAT(remote-config,windows): add support for windows (#18006). (a6ec167f)
    Open source →
  11. 6.1.4 19 Jan 2026
    Release notes
    • FIX(auth): fix inconsistence in casing in the native iOS SDK and Web SDK (#18086). (60b5cd5c)
    Open source →
    Release notes
    • Update a dependency to the latest release.
    Open source →
  12. 6.1.3 15 Dec 2025
    Release notes
    Open source →
    Release notes
    • Update a dependency to the latest release.
    Open source →
  13. 6.1.2 17 Nov 2025
    Release notes
    • FIX(firestore,android): avoid ConcurrentModificationException by collecting Firestore instances before termination (#17956). (f94bbd68)
    Open source →
    Release notes
    • Update a dependency to the latest release.
    Open source →
  14. 6.1.1 03 Nov 2025
    Release notes
    • Update a dependency to the latest release.
    Open source →
  15. 6.1.0 13 Oct 2025
    Release notes
    • FIX(functions,web): fix a crash that could happen with the Int64 type (#18066). (5eed50c1)
    • FIX(android): remove kotlin-android since AGP 9 supports it (#18059). (1e39ad1f)
    • FEAT(ios): migrate iOS to UIScene lifecycle (#18054). (3ffa4110)
    Open source →
    Release notes
    • FEAT(remote_config,web): add web support for onConfigUpdated (#17750). (799b12e4)
    Open source →
  16. 6.0.2 22 Sep 2025
    Release notes
    • FIX: a bug with the demoProjectId arg to Firebase.initializeApp() (#17703). (09d03aac)
    Open source →
    Release notes
    • Update a dependency to the latest release.
    Open source →
  17. 6.0.1 01 Sep 2025
    Release notes
    • DOCS(firebase_core): correct androidClientId docs (was incorrectly labeled iOS-only)\n\n- Clarify as Android OAuth client ID\n- Note it is used on Android only\n\nFixes firebase/flutterfire#13519 (#17720). (0b6b13d0)
    Open source →
    Release notes
    • Update a dependency to the latest release.
    Open source →
  18. 6.0.0 28 Jul 2025
    Release notes
    • Bump platform interface a major version due to pigeon dependency update

    • REFACTOR: move all packages to workspace (#18182). (6cdfcb10)

    • FEAT: upgrade pigeon to version 26.3.4 (#18205). (cb6b4aef)

    Open source →
    Release notes

    Note: This release has breaking changes.

    • FIX(remote_config,android): make onCancel accept nullable arguments to avoid crash on hot restart (#17569). (2b782558)
    • BREAKING FEAT: bump iOS SDK to version 12.0.0 (#17549). (b2619e68)
    • BREAKING FEAT: bump Android SDK to version 34.0.0 (#17554). (a5bdc051)
    Open source →
  19. 5.5.0 21 Jul 2025
    Release notes
    • FEAT(firestore): add support for new array expressions (#18283). (2293dee0)
    Open source →
    Release notes
    • FEAT(remote_config): add support for Pigeon. Update iOS to Swift and Android to Swift (#17489). (08ecc502)
    Open source →
  20. 5.4.7 03 Jul 2025
    Release notes
    • Update a dependency to the latest release.
    Open source →
  21. 5.4.6 01 Jul 2025
    Release notes
    • Update a dependency to the latest release.
    Open source →
  22. 5.4.5 10 Jun 2025
    Release notes
    • Update a dependency to the latest release.
    Open source →
  23. 5.4.4 20 May 2025
    Release notes
    • FIX(cloud_firestore): remove single whereIn filter assertion (#13436). (d770aa6a)
    Open source →
    Release notes
    • Update a dependency to the latest release.
    Open source →
  24. 5.4.3 31 Mar 2025
    Release notes
    Open source →
    Release notes
    • Update a dependency to the latest release.
    Open source →
  25. 5.4.2 26 Feb 2025
    Release notes
    • Update a dependency to the latest release.
    Open source →
  26. 5.4.1 18 Feb 2025
    Release notes
    Open source →
    Release notes
    • Update a dependency to the latest release.
    Open source →
  27. 5.4.0 05 Feb 2025
    Release notes
    • REFACTOR: move all packages to workspace (#18182). (6cdfcb10)
    • FIX(firestore,web): update Timestamp handling in jsify and EncodeUtility (#18264). (9783a448)
    • FEAT: upgrade pigeon to version 26.3.4 (#18205). (cb6b4aef)
    Open source →
    Release notes
    Open source →
  28. 5.3.1 21 Jan 2025
    Release notes
    • FIX(firebase_core_platform_interface): move test APIs to test.dart (#16672). (f618a3d8)
    Open source →
    Release notes
    • Update a dependency to the latest release.
    Open source →
  29. 5.3.0 07 Jan 2025
    Release notes
    Open source →
    Release notes
    • Update a dependency to the latest release.
    Open source →
  30. 5.2.0 04 Dec 2024
    Release notes
    • FIX(crashlytics,android): fix an issue with deobfuscating flavored builds (#18085). (55a7f6ff)
    • FEAT: use local firebase_core instead of remote SPM dependency (#18141). (995caf40)
    Open source →
    Release notes
    • FEAT(remote_config): Swift Package Manager support (#16772). (164421ec)
    Open source →
  31. 5.1.5 13 Nov 2024
    Release notes
    • Update a dependency to the latest release.
    Open source →
  32. 5.1.4 07 Nov 2024
    Release notes
    • FIX(remote_config,android): remove invalid map key from Remote Config teardown (#13514). (d958f2a6)
    Open source →
  33. 5.1.3 26 Sep 2024
    Release notes
    Open source →
  34. 5.1.2 17 Sep 2024
    Release notes
    • DOCS(auth): add information about error codes for verifyBeforeUpdateEmail (#13036). (8ef7421d)
    Open source →
    Release notes
    • Update a dependency to the latest release.
    Open source →
  35. 5.1.1 10 Sep 2024
    Release notes
    • FIX(auth,apple): bug with cached AuthCredential, hash key was producing different value (#12957). (ef0077e3)
    • FIX(auth,windows): fix a crash that could happen when using sendEmailVerification or sendPasswordResetEmail (#12946). (a1008290)
    • DOCS: Update documentation for auth/user-not-found exception to reflect email enumeration protection (#12964). (125f8209)
    Open source →
    Release notes
    • Update a dependency to the latest release.
    Open source →
  36. 5.1.0 27 Aug 2024
    Release notes
    • FEAT(analytics,iOS): add support for logTransaction (#17995). (103d7ffa)
    Open source →
    Release notes
    • FEAT: bump iOS SDK to version 11.0.0 (#13158). (c0e0c997)
    • DOCS: remove reference to flutter.io and firebase.flutter.dev (#13152). (5f0874b9)
    Open source →
  37. 5.0.4 30 Jul 2024
    Release notes
    • FIX(crashlytics,iOS): reorder error reason logging to match Android implementation (#17713). (0a9cbcef)
    Open source →
    Release notes
    • Update a dependency to the latest release.
    Open source →
  38. 5.0.3 09 Jul 2024
    Release notes
    • Update a dependency to the latest release.
    Open source →
  39. 5.0.2 25 Jun 2024
    Release notes
    • FIX(storage): ensure bucket value is used to create FirebaseStorage instance to stop incorrect default bucket usage (#11844). (49542f32)

    2023-10-31

    Changes


    Packages with breaking changes:

    • There are no breaking changes in this release.

    Packages with other changes:

    Packages with dependency updates only:

    Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

    • cloud_firestore_odm - v1.0.0-dev.74
    • cloud_firestore_odm_generator - v1.0.0-dev.74
    • firebase_in_app_messaging - v0.7.4+3
    • firebase_in_app_messaging_platform_interface - v0.2.4+11
    • _flutterfire_internals - v1.3.11
    • firebase_auth - v4.12.1
    • firebase_auth_platform_interface - v7.0.3
    • firebase_auth_web - v5.8.6
    • firebase_dynamic_links_platform_interface - v0.2.6+11
    • firebase_remote_config - v4.3.3
    • firebase_remote_config_platform_interface - v1.4.11
    • firebase_dynamic_links - v5.4.3
    • firebase_remote_config_web - v1.4.11
    • cloud_firestore_web - v3.8.3
    • cloud_firestore_platform_interface - v6.0.3
    • firebase_app_installations_web - v0.1.3+11
    • firebase_messaging_web - v3.5.12
    • firebase_messaging_platform_interface - v4.5.12
    • firebase_app_installations_platform_interface - v0.1.4+11
    • firebase_app_installations - v0.2.4+3
    • firebase_messaging - v14.7.3
    • firebase_database_web - v0.2.3+11
    • firebase_database - v10.3.3
    • firebase_database_platform_interface - v0.2.5+11
    • firebase_analytics_web - v0.5.5+5
    • firebase_crashlytics_platform_interface - v3.6.11
    • firebase_ml_model_downloader_platform_interface - v0.1.4+11
    • firebase_analytics - v10.6.3
    • firebase_ml_model_downloader - v0.2.4+3
    • firebase_crashlytics - v3.4.3
    • firebase_analytics_platform_interface - v3.7.5
    • firebase_app_check - v0.2.1+3
    • firebase_app_check_platform_interface - v0.1.0+5
    • firebase_storage_web - v3.6.12
    • firebase_app_check_web - v0.1.0+5
    • cloud_functions_platform_interface - v5.5.6
    • cloud_functions - v4.5.3
    • firebase_performance_web - v0.1.4+11
    • firebase_performance_platform_interface - v0.1.4+11
    • cloud_functions_web - v4.6.6
    • firebase_storage - v11.4.1
    • firebase_performance - v0.9.3+3

    Open source →
    Release notes
    • Update a dependency to the latest release.
    Open source →
  40. 5.0.1 11 Jun 2024
    Release notes
    • FIX(firestore,macos): add Nonull decorator to PigeonParser to remove warnings when building (#12930). (264b7643)
    • FIX(firestore,web): ensure streams are removed on "hot restart" (#12913). (c1a67e54)
    Open source →
    Release notes
    • Update a dependency to the latest release.
    Open source →
  41. 5.0.0 04 Jun 2024
    Release notes
    • BREAKING FEAT: bump iOS SDK to version 12.0.0 (#17549). (b2619e68)
    • BREAKING FEAT(firestore): remove deprecated functions (#17559). (67017fd6)
    Open source →
    Release notes

    Note: This release has breaking changes.

    • BREAKING REFACTOR: android plugins require minSdk 21, auth requires minSdk 23 ahead of android BOM >=33.0.0 (#12873). (52accfc6)
    • BREAKING REFACTOR: bump all iOS deployment targets to iOS 13 ahead of Firebase iOS SDK v11 breaking change (#12872). (de0cea2c)
    Open source →
  42. 4.4.7 28 May 2024
    Release notes
    • Update a dependency to the latest release.
    Open source →
  43. 4.4.6 21 May 2024
    Release notes
    • Update a dependency to the latest release.
    Open source →
  44. 4.4.5 07 May 2024
    Release notes
    • Update a dependency to the latest release.
    Open source →
  45. 4.4.4 24 Apr 2024
    Release notes
    • Update a dependency to the latest release.
    Open source →
  46. 4.4.3 23 Apr 2024
    Release notes
    • FIX: bump firebase_core_platform_interface version to fix previous release. (bea70ea5)
    Open source →
    Release notes
    • Update a dependency to the latest release.
    Open source →
  47. 4.4.2 16 Apr 2024
    Release notes
    • Manual version to fix previous release.

    2022-06-30

    Changes


    Packages with breaking changes:

    • There are no breaking changes in this release.

    Packages with other changes:

    Packages with dependency updates only:

    Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

    • firebase_in_app_messaging - v0.6.0+17
    • firebase_in_app_messaging_platform_interface - v0.2.1+9
    • firebase_crashlytics - v2.8.3
    • firebase_crashlytics_platform_interface - v3.2.9
    • firebase_remote_config - v2.0.10
    • firebase_remote_config_web - v1.0.15
    • firebase_remote_config_platform_interface - v1.1.9
    • firebase_database_web - v0.2.0+16
    • firebase_database - v9.0.17
    • firebase_database_platform_interface - v0.2.1+9
    • firebase_dynamic_links_platform_interface - v0.2.3+5
    • cloud_firestore_web - v2.6.18
    • cloud_firestore_platform_interface - v5.5.9
    • firebase_app_installations_web - v0.1.0+16
    • firebase_app_installations_platform_interface - v0.1.1+9
    • firebase_messaging_web - v2.4.3
    • firebase_messaging - v11.4.3
    • firebase_messaging_platform_interface - v3.5.3
    • firebase_analytics_platform_interface - v3.1.9
    • firebase_analytics - v9.1.11
    • firebase_analytics_web - v0.4.0+16
    • firebase_ml_model_downloader_platform_interface - v0.1.1+9
    • firebase_app_check_platform_interface - v0.0.4+9
    • firebase_app_check_web - v0.0.5+15
    • cloud_functions_web - v4.2.17
    • cloud_functions_platform_interface - v5.1.9
    • firebase_storage_web - v3.2.18
    • firebase_storage_platform_interface - v4.1.9
    • firebase_performance_platform_interface - v0.1.1+9
    • firebase_performance_web - v0.1.0+15

    Open source →
    Release notes
    • Update a dependency to the latest release.
    Open source →
  48. 4.4.1 09 Apr 2024
    Release notes
    • Update a dependency to the latest release.
    Open source →
  49. 4.4.0 02 Apr 2024
    Release notes
    Open source →
    Release notes
    • FIX(remote_config): fixing an issue that could cause duplicate listeners on hot restart (#12545). (4b789875)
    • FEAT(android): Bump compileSdk version of Android plugins to latest stable (34) (#12566). (e891fab2)
    Open source →
  50. 4.3.19 26 Mar 2024
    Release notes
    • Update a dependency to the latest release.
    Open source →
  51. 4.3.18 12 Mar 2024
    Release notes
    • Update a dependency to the latest release.
    Open source →
  52. 4.3.17 08 Mar 2024
    Release notes
    • Update a dependency to the latest release.
    Open source →
  53. 4.3.16 05 Mar 2024
    Release notes
    • Update a dependency to the latest release.
    Open source →
  54. 4.3.15 28 Feb 2024
    Release notes
    • Update a dependency to the latest release.
    Open source →
  55. 4.3.14 19 Feb 2024
    Release notes
    • Update a dependency to the latest release.
    Open source →
  56. 4.3.13 06 Feb 2024
    Release notes
    • Update a dependency to the latest release.
    Open source →
  57. 4.3.12 02 Feb 2024
    Release notes
    • Update a dependency to the latest release.
    Open source →
  58. 4.3.11 01 Feb 2024
    Release notes
    • FIX: Add speculative fix for null object reference crash (#9671). (6c003685)

    2022-10-06

    Changes


    Packages with breaking changes:

    • There are no breaking changes in this release.

    Packages with other changes:

    Packages with dependency updates only:

    Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

    • firebase_remote_config_platform_interface - v1.1.19
    • firebase_in_app_messaging_platform_interface - v0.2.1+19
    • firebase_app_check_web - v0.0.7+1
    • firebase_app_installations_web - v0.1.1+8
    • firebase_performance_platform_interface - v0.1.1+19
    • firebase_analytics_web - v0.4.2+7
    • firebase_storage_web - v3.3.9
    • firebase_performance_web - v0.1.1+8
    • firebase_dynamic_links_platform_interface - v0.2.3+15
    • firebase_analytics_platform_interface - v3.3.7
    • firebase_remote_config_web - v1.1.8
    • firebase_remote_config - v2.0.20
    • firebase_in_app_messaging - v0.6.0+27
    • firebase_app_check - v0.0.9+1
    • firebase_app_installations - v0.1.1+10
    • firebase_performance - v0.8.3+3
    • firebase_analytics - v9.3.8
    • firebase_storage - v10.3.11
    • firebase_auth_web - v4.6.1
    • firebase_dynamic_links - v4.3.10
    • firebase_database - v9.1.7
    • firebase_database_web - v0.2.1+9
    • flutterfire_ui - v0.4.3+13

    Open source →
    Release notes
    • Update a dependency to the latest release.
    Open source →
  59. 4.3.10 01 Feb 2024
    Release notes
    • Update a dependency to the latest release.
    Open source →
  60. 4.3.9 31 Jan 2024
    Release notes
    • Update a dependency to the latest release.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive