-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Comparing changes
Open a pull request
base repository: invertase/react-native-firebase
base: v21.7.4
head repository: invertase/react-native-firebase
compare: v21.8.0
- 17 commits
- 93 files changed
- 3 contributors
Commits on Feb 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5fb2037 - Browse repository at this point
Copy the full SHA 5fb2037View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94c6a27 - Browse repository at this point
Copy the full SHA 94c6a27View commit details
Commits on Feb 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e71dadf - Browse repository at this point
Copy the full SHA e71dadfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a870cf7 - Browse repository at this point
Copy the full SHA a870cf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 454625f - Browse repository at this point
Copy the full SHA 454625fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4c38caa - Browse repository at this point
Copy the full SHA 4c38caaView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for cb4ac46 - Browse repository at this point
Copy the full SHA cb4ac46View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7bac573 - Browse repository at this point
Copy the full SHA 7bac573View commit details -
Configuration menu - View commit details
-
Copy full SHA for e61dd05 - Browse repository at this point
Copy the full SHA e61dd05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b7a2db - Browse repository at this point
Copy the full SHA 2b7a2dbView commit details -
test: prevent expected android_bypass_emulator_url_remap message from…
… polluting test log
Configuration menu - View commit details
-
Copy full SHA for 0b9b217 - Browse repository at this point
Copy the full SHA 0b9b217View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f44fb42 - Browse repository at this point
Copy the full SHA f44fb42View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 152984b - Browse repository at this point
Copy the full SHA 152984bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 49941e2 - Browse repository at this point
Copy the full SHA 49941e2View commit details -
test(firestore): ignore host-in-settings deprecation during testing
we expect this warning, no need to pollute the logs with it
Configuration menu - View commit details
-
Copy full SHA for 5aa72af - Browse repository at this point
Copy the full SHA 5aa72afView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 140507f - Browse repository at this point
Copy the full SHA 140507fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14ebd5c - Browse repository at this point
Copy the full SHA 14ebd5cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v21.7.4...v21.8.0