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: invertase/react-native-firebase
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v21.7.4
Choose a base ref
...
head repository: invertase/react-native-firebase
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v21.8.0
Choose a head ref
  • 17 commits
  • 93 files changed
  • 3 contributors

Commits on Feb 9, 2025

  1. Configuration menu
    Copy the full SHA
    5fb2037 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94c6a27 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. Configuration menu
    Copy the full SHA
    e71dadf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a870cf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    454625f View commit details
    Browse the repository at this point in the history
  4. refactor: use globalThis instead of global for public globals

    global does not work in web environments, whereas globalThis does
    
    for things that need to work on web at minimum we need globalThis then
    
    all uses of global. should move to globalThis. at some point but that's
    a larger question
    mikehardy committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    4c38caa View commit details
    Browse the repository at this point in the history
  5. docs(analytics): emphasize the need to install Async Storage

    it was already documented, but not directly in analytics, and not mentioning
    the consequence in analytics of not installing AsyncStorage
    mikehardy committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    cb4ac46 View commit details
    Browse the repository at this point in the history
  6. fix(database): database emulator config respects android_bypass_emula…

    …tor_url_remap flag
    
    this was an oversight in previous versions, the firebase.json flag to ignore
    the built-in android localhost -> 10.0.2.2 remapping for transparently-working
    emulator out of the box for the general case was ignored
    mikehardy committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    7bac573 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e61dd05 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2b7a2db View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b9b217 View commit details
    Browse the repository at this point in the history
  10. refactor(test): include all namespaced API tests in namespace sub-suites

    this will let us treat all namespaced API usages as a group in the sub-suites
    mikehardy committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    f44fb42 View commit details
    Browse the repository at this point in the history
  11. test: avoid test log pollution via deprecation disable in namespaced …

    …tests
    
    we know those APIs will generate deprecation warnings, they aren't useful to
    see during jest test runs though and hide real issues
    mikehardy committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    152984b View commit details
    Browse the repository at this point in the history
  12. test(app-check): avoid deprecation message log pollution with specifi…

    …c API handling
    
    app-check had some APIs move and to test their deprecation messages, we will trigger
    different deprecation messages during fixture setup without some special API handling
    mikehardy committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    49941e2 View commit details
    Browse the repository at this point in the history
  13. test(firestore): ignore host-in-settings deprecation during testing

    we expect this warning, no need to pollute the logs with it
    mikehardy committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    5aa72af View commit details
    Browse the repository at this point in the history
  14. fix(crashlytics): internally use modular APIs during initialization

    this avoids deprecation warnings from popping up despite users during
    their best to adopt the modular APIs
    mikehardy committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    140507f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    14ebd5c View commit details
    Browse the repository at this point in the history
Loading