Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: firebase/flutterfire
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: firebase_auth-v5.1.2
Choose a base ref
...
head repository: firebase/flutterfire
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: firebase_auth-v5.1.3
Choose a head ref
  • 18 commits
  • 158 files changed
  • 9 contributors

Commits on Jul 9, 2024

  1. chore(release): publish packages (#13056)

    * chore(release): publish packages
    
     - _flutterfire_internals@1.3.39
     - cloud_firestore@5.1.0
     - cloud_firestore_web@4.0.3
     - firebase_analytics@11.2.0
     - firebase_analytics_platform_interface@4.2.0
     - firebase_analytics_web@0.5.9
     - firebase_app_check_web@0.1.2+11
     - firebase_auth@5.1.2
     - firebase_auth_platform_interface@7.4.2
     - firebase_auth_web@5.12.4
     - firebase_core@3.2.0
     - firebase_core_web@2.17.3
     - firebase_database_web@0.2.5+11
     - firebase_storage_web@3.9.11
     - firebase_in_app_messaging_platform_interface@0.2.4+39
     - firebase_database_platform_interface@0.2.5+39
     - firebase_remote_config_platform_interface@1.4.39
     - firebase_crashlytics_platform_interface@3.6.39
     - firebase_app_installations_web@0.1.5+11
     - firebase_dynamic_links_platform_interface@0.2.6+39
     - firebase_messaging_web@3.8.11
     - firebase_messaging_platform_interface@4.5.41
     - firebase_app_check_platform_interface@0.1.0+33
     - firebase_performance_platform_interface@0.1.4+39
     - firebase_performance_web@0.1.6+11
     - cloud_firestore_platform_interface@6.2.9
     - firebase_storage_platform_interface@5.1.26
     - firebase_app_installations_platform_interface@0.1.4+39
     - firebase_in_app_messaging@0.8.0+3
     - firebase_database@11.0.3
     - firebase_remote_config_web@1.6.11
     - firebase_remote_config@5.0.3
     - firebase_crashlytics@4.0.3
     - firebase_app_installations@0.3.0+3
     - firebase_dynamic_links@6.0.3
     - firebase_messaging@15.0.3
     - firebase_app_check@0.3.0+3
     - firebase_performance@0.10.0+3
     - firebase_storage@12.1.1
     - firebase_vertexai@0.2.2+2
     - firebase_ml_model_downloader@0.3.0+3
     - firebase_ml_model_downloader_platform_interface@0.1.4+37
     - cloud_functions@5.0.3
     - cloud_functions_web@4.9.10
     - cloud_functions_platform_interface@5.5.32
    
    * chore: BoM Version 2.3.0
    Lyokone authored Jul 9, 2024
    Copy the full SHA
    39c7a54 View commit details

Commits on Jul 17, 2024

  1. docs(auth, apple): show how to use credentialWithIDToken() (#12940)

    Co-authored-by: Kevin Cheung <kevinthecheung@users.noreply.github.com>
    russellwheatley and kevinthecheung authored Jul 17, 2024
    Copy the full SHA
    06ed29e View commit details
  2. Copy the full SHA
    81844f4 View commit details

Commits on Jul 19, 2024

  1. feat(firestore): support for PersistentCacheIndexManager for firest…

    …ore instances for managing cache indexes. (#13070)
    
    * feat(firestore): initial setup for `PersistentCacheIndexManager`
    
    * chore: fix melos format script
    
    * fix(firestore): update pigeon API for new cache manager methods
    
    * feat: update method handlers for cache manager
    
    * feat(firestore): persistence cache manager implementation for ios + android
    
    * feat(firestore): cache manager index implementation for web
    
    * refactor: use only one method for native to save duplication
    
    * chore: format
    
    * refactor(firestore): method channel use single method for persistence manager
    
    * chore: update method channel name
    
    * fix(web: remove firestore instance from invocation
    
    * fix: add break statements to ios switch statement
    
    * chore: add license header
    
    * chore: fix analyser issues
    
    * fix(apple): revert back to `index` to fix
    
    * tests(firestore): `PersistentCacheIndexManager`
    
    * chore: make delegate private
    
    * chore: remove obsolete code
    
    * refactor: return null if persistence is not enabled
    
    * chore: fix test scoping
    
    * fix: settings on firestore web was always creating new Settings object
    
    * tests: test every scenario for `PersistenceCacheIndexManager`
    
    * chore: fix analyse
    russellwheatley authored Jul 19, 2024
    Copy the full SHA
    806c15d View commit details
  2. feat(firebase_core_platform_interface): Add copyWith to FirebaseOptio…

    …ns (#13084)
    
    * Add copyWith to FirebaseOptions
    
    * Add test
    Rexios80 authored Jul 19, 2024
    Copy the full SHA
    c7963d6 View commit details

Commits on Jul 23, 2024

  1. fix(analytics, web): Default to empty object for intializeAnalytics (#…

    exaby73 authored Jul 23, 2024
    Copy the full SHA
    8f1346e View commit details

Commits on Jul 26, 2024

  1. chore(messaging): Fix documentation for localized messages (#12709)

    TarekkMA authored Jul 26, 2024
    Copy the full SHA
    3c5c408 View commit details
  2. chore(deps): bump amannn/action-semantic-pull-request (#13021)

    Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.5.2 to 5.5.3.
    - [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
    - [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
    - [Commits](amannn/action-semantic-pull-request@cfb6070...0723387)
    
    ---
    updated-dependencies:
    - dependency-name: amannn/action-semantic-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 26, 2024
    Copy the full SHA
    43d8158 View commit details
  3. Copy the full SHA
    8d7e221 View commit details
  4. chore: update flutter_facebook_auth to 7.0.1 (#13076)

    seanwestfall authored Jul 26, 2024
    Copy the full SHA
    2039461 View commit details
  5. docs(auth): Correct documentation for Authorized Domains location in …

    …Firebase Console (#13081)
    
    Wrong Doc about link to Authorized domain.
    Sign-in method tab (Authentication -> Sign-in method).
    Settings tab (Authentication -> Settings -> Authorized Domains).
    whoisBugsbunny authored Jul 26, 2024
    Copy the full SHA
    cb7f2ff View commit details

Commits on Jul 29, 2024

  1. docs(auth): add information about error codes for email/password func…

    …tions (#13100)
    Lyokone authored Jul 29, 2024
    Copy the full SHA
    aeafc35 View commit details

Commits on Jul 30, 2024

  1. feat: bump iOS SDK to version 10.29.0 (#13113)

    Lyokone authored Jul 30, 2024
    Copy the full SHA
    45fa2f5 View commit details
  2. chore(deps): bump fast-xml-parser (#13115)

    Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.3.2 to 4.4.1.
    - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
    - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
    - [Commits](NaturalIntelligence/fast-xml-parser@v4.3.2...v4.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: fast-xml-parser
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 30, 2024
    Copy the full SHA
    c5c4c54 View commit details
  3. ci: use emulator for firestore 2nd database (#12854)

    russellwheatley authored Jul 30, 2024
    Copy the full SHA
    88b11a7 View commit details
  4. chore(firestore, ios): updating project files (#13121)

    Lyokone authored Jul 30, 2024
    Copy the full SHA
    18642a2 View commit details
  5. Copy the full SHA
    82a63c8 View commit details
  6. chore(release): publish packages

     - cloud_firestore@5.2.0
     - cloud_firestore_platform_interface@6.3.0
     - cloud_firestore_web@4.1.0
     - firebase_analytics_web@0.5.9+1
     - firebase_auth@5.1.3
     - firebase_auth_platform_interface@7.4.3
     - firebase_core@3.3.0
     - firebase_core_platform_interface@5.2.0
     - firebase_messaging@15.0.4
     - firebase_messaging_platform_interface@4.5.42
     - firebase_analytics@11.2.1
     - firebase_vertexai@0.2.2+3
     - firebase_auth_web@5.12.5
     - _flutterfire_internals@1.3.40
     - firebase_remote_config_web@1.6.12
     - firebase_remote_config@5.0.4
     - firebase_database_web@0.2.5+12
     - firebase_remote_config_platform_interface@1.4.40
     - firebase_database@11.0.4
     - firebase_database_platform_interface@0.2.5+40
     - firebase_crashlytics@4.0.4
     - firebase_crashlytics_platform_interface@3.6.40
     - firebase_dynamic_links@6.0.4
     - firebase_in_app_messaging@0.8.0+4
     - firebase_in_app_messaging_platform_interface@0.2.4+40
     - firebase_app_installations_platform_interface@0.1.4+40
     - firebase_app_installations@0.3.0+4
     - firebase_messaging_web@3.8.12
     - firebase_dynamic_links_platform_interface@0.2.6+40
     - firebase_app_installations_web@0.1.5+12
     - firebase_analytics_platform_interface@4.2.1
     - firebase_ml_model_downloader_platform_interface@0.1.4+38
     - firebase_ml_model_downloader@0.3.0+4
     - cloud_functions_platform_interface@5.5.33
     - cloud_functions_web@4.9.11
     - cloud_functions@5.0.4
     - firebase_storage_web@3.9.12
     - firebase_storage_platform_interface@5.1.27
     - firebase_app_check@0.3.0+4
     - firebase_storage@12.1.2
     - firebase_app_check_platform_interface@0.1.0+34
     - firebase_performance_platform_interface@0.1.4+40
     - firebase_app_check_web@0.1.2+12
     - firebase_performance@0.10.0+4
     - firebase_performance_web@0.1.6+12
     - firebase_core_web@2.17.4
    Lyokone committed Jul 30, 2024
    Copy the full SHA
    157eda1 View commit details
Loading