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.0
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.1
Choose a head ref
  • 9 commits
  • 131 files changed
  • 5 contributors

Commits on Jun 11, 2024

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

    * chore(release): publish packages
    
     - cloud_firestore@5.0.1
     - cloud_firestore_web@4.0.1
     - firebase_app_check@0.3.0+1
     - firebase_app_check_web@0.1.2+9
     - firebase_auth@5.1.0
     - firebase_auth_platform_interface@7.4.0
     - firebase_auth_web@5.12.2
     - firebase_core@3.1.0
     - firebase_core_platform_interface@5.1.0
     - firebase_core_web@2.17.2
     - firebase_database_web@0.2.5+9
     - firebase_storage_web@3.9.9
     - firebase_vertexai@0.2.2
     - firebase_in_app_messaging_platform_interface@0.2.4+37
     - _flutterfire_internals@1.3.37
     - firebase_remote_config_web@1.6.9
     - firebase_in_app_messaging@0.8.0+1
     - firebase_remote_config_platform_interface@1.4.37
     - firebase_remote_config@5.0.1
     - firebase_database@11.0.1
     - firebase_crashlytics_platform_interface@3.6.37
     - firebase_database_platform_interface@0.2.5+37
     - firebase_dynamic_links@6.0.1
     - firebase_app_check_platform_interface@0.1.0+31
     - cloud_firestore_platform_interface@6.2.7
     - firebase_crashlytics@4.0.1
     - firebase_dynamic_links_platform_interface@0.2.6+37
     - firebase_app_installations_web@0.1.5+9
     - firebase_app_installations_platform_interface@0.1.4+37
     - firebase_app_installations@0.3.0+1
     - firebase_messaging_web@3.8.9
     - firebase_messaging_platform_interface@4.5.39
     - firebase_performance_platform_interface@0.1.4+37
     - firebase_messaging@15.0.1
     - firebase_ml_model_downloader_platform_interface@0.1.4+35
     - firebase_performance@0.10.0+1
     - cloud_functions@5.0.1
     - cloud_functions_platform_interface@5.5.30
     - firebase_storage_platform_interface@5.1.24
     - cloud_functions_web@4.9.8
     - firebase_performance_web@0.1.6+9
     - firebase_ml_model_downloader@0.3.0+1
     - firebase_storage@12.0.1
     - firebase_analytics_platform_interface@4.0.1
     - firebase_analytics@11.0.1
     - firebase_analytics_web@0.5.7+9
    
    * chore: BoM Version 2.1.0
    
    * Update CHANGELOG.md
    
    Co-authored-by: Russell Wheatley <russellwheatley85@gmail.com>
    
    * Update packages/firebase_auth/firebase_auth_web/CHANGELOG.md
    
    Co-authored-by: Russell Wheatley <russellwheatley85@gmail.com>
    
    ---------
    
    Co-authored-by: Russell Wheatley <russellwheatley85@gmail.com>
    Lyokone and russellwheatley authored Jun 11, 2024
    Copy the full SHA
    747b0b6 View commit details

Commits on Jun 13, 2024

  1. fix(auth, windows): fix a crash that could happen when using `sendEma…

    …ilVerification` or `sendPasswordResetEmail` (#12946)
    
    * fix(auth, windows): fix a crash that could happen when using sendEmailVerification or sendPasswordResetEmail
    
    * format
    Lyokone authored Jun 13, 2024
    Copy the full SHA
    a100829 View commit details
  2. fix(auth, apple): bug with cached AuthCredential, hash key was prod…

    …ucing different value (#12957)
    russellwheatley authored Jun 13, 2024
    Copy the full SHA
    ef0077e View commit details

Commits on Jun 17, 2024

  1. chore(messaging, android): fix native documentation (#12968)

    Lyokone authored Jun 17, 2024
    Copy the full SHA
    7395785 View commit details

Commits on Jun 19, 2024

  1. feat(storage, windows): add support for creationTime and updateTime (#…

    …12966)
    
    * feat(storage, windows): add support for creationTime and updateTime
    
    * format
    Lyokone authored Jun 19, 2024
    Copy the full SHA
    70a3fbc View commit details

Commits on Jun 25, 2024

  1. chore(deps): bump @grpc/grpc-js (#12938)

    Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.8.17 to 1.8.22.
    - [Release notes](https://github.com/grpc/grpc-node/releases)
    - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.8.17...@grpc/grpc-js@1.8.22)
    
    ---
    updated-dependencies:
    - dependency-name: "@grpc/grpc-js"
      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 Jun 25, 2024
    Copy the full SHA
    581c434 View commit details
  2. docs: Update documentation for auth/user-not-found exception to refle…

    …ct email enumeration protection (#12964)
    
    * Update documentation for auth/user-not-found exception to reflect email enumeration protection
    
    * Update packages/firebase_auth/firebase_auth/lib/src/firebase_auth.dart
    
    ---------
    
    Co-authored-by: Guillaume Bernos <guillaume.bernos@gmail.com>
    xemexpress and Lyokone authored Jun 25, 2024
    Copy the full SHA
    125f820 View commit details
  3. feat(analytics, ios): add support for `initiateOnDeviceConversionMeas…

    …urementWithPhoneNumber` and `initiateOnDeviceConversionMeasurementWithHashedEmailAddress` (#12976)
    
    * feat(analytics, ios): add support for initiateOnDeviceConversionMeasurementWithPhoneNumber and initiateOnDeviceConversionMeasurementWithHashedEmailAddress
    
    * mocks
    Lyokone authored Jun 25, 2024
    Copy the full SHA
    1e25ec1 View commit details
  4. chore(release): publish packages

     - firebase_analytics@11.1.0
     - firebase_analytics_platform_interface@4.1.0
     - firebase_analytics_web@0.5.8
     - firebase_auth@5.1.1
     - firebase_core@3.1.1
     - firebase_storage@12.1.0
     - firebase_vertexai@0.2.2+1
     - _flutterfire_internals@1.3.38
     - cloud_firestore@5.0.2
     - firebase_app_installations@0.3.0+2
     - firebase_app_installations_web@0.1.5+10
     - cloud_firestore_web@4.0.2
     - firebase_auth_platform_interface@7.4.1
     - cloud_functions@5.0.2
     - firebase_app_check_web@0.1.2+10
     - firebase_app_installations_platform_interface@0.1.4+38
     - firebase_app_check_platform_interface@0.1.0+32
     - firebase_database@11.0.2
     - cloud_functions_platform_interface@5.5.31
     - firebase_crashlytics_platform_interface@3.6.38
     - firebase_auth_web@5.12.3
     - firebase_messaging@15.0.2
     - firebase_ml_model_downloader_platform_interface@0.1.4+36
     - firebase_remote_config_web@1.6.10
     - firebase_performance@0.10.0+2
     - firebase_remote_config@5.0.2
     - firebase_crashlytics@4.0.2
     - firebase_messaging_web@3.8.10
     - firebase_messaging_platform_interface@4.5.40
     - firebase_remote_config_platform_interface@1.4.38
     - firebase_ml_model_downloader@0.3.0+2
     - firebase_in_app_messaging@0.8.0+2
     - firebase_database_platform_interface@0.2.5+38
     - firebase_in_app_messaging_platform_interface@0.2.4+38
     - firebase_dynamic_links@6.0.2
     - firebase_dynamic_links_platform_interface@0.2.6+38
     - firebase_database_web@0.2.5+10
     - cloud_functions_web@4.9.9
     - firebase_storage_web@3.9.10
     - firebase_performance_platform_interface@0.1.4+38
     - firebase_performance_web@0.1.6+10
     - firebase_storage_platform_interface@5.1.25
     - firebase_app_check@0.3.0+2
     - cloud_firestore_platform_interface@6.2.8
    Lyokone committed Jun 25, 2024
    Copy the full SHA
    e2aaba3 View commit details
Loading