#62 - Update Firebase logger signature, docs and tests #63

Merged
Contributor

Description

Update Firebase Logger signature to not use deprecated namespaced API by RN Firebase v22.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Performance improvement
  • Refactoring (no functional changes)
  • CI/CD update

Fixes Update deprecated Firebase API for RN Firebase v22 #62

Testing

Update unit tests plus testing locally in a RN application.

  • Unit tests added/updated
  • Manual testing performed
  • Tested on iOS
  • Tested on Android

Breaking Changes

The initialization of Firebase logger in an RN application would need to change to follow new signature. Refer to updated documentation to see what to change.

Checklist

  • Code follows the project's code style (Prettier, ESLint)
  • TypeScript types are properly defined
  • Tests pass locally
  • Documentation updated (if needed)
  • CI checks pass (Prettier, TypeScript, Lint, Tests, Sonar)

Additional Notes

None

## Description Update Firebase Logger signature to not use deprecated namespaced API by RN Firebase v22. ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [x] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update - [ ] Performance improvement - [ ] Refactoring (no functional changes) - [ ] CI/CD update ## Related Issue Fixes [Update deprecated Firebase API for RN Firebase v22 #62](https://git.van-hemmen.com/openrn/react-native-logging-tools/issues/62) ## Testing Update unit tests plus testing locally in a RN application. - [x] Unit tests added/updated - [x] Manual testing performed - [ ] Tested on iOS - [x] Tested on Android ## Breaking Changes The initialization of Firebase logger in an RN application would need to change to follow new signature. Refer to updated documentation to see what to change. ## Checklist - [x] Code follows the project's code style (Prettier, ESLint) - [x] TypeScript types are properly defined - [x] Tests pass locally - [x] Documentation updated (if needed) - [x] CI checks pass (Prettier, TypeScript, Lint, Tests, Sonar) # Additional Notes None
#62 - Update Firebase logger signature, docs and tests
All checks were successful
/ check-pr-title (pull_request_target) Successful in 1s
/ prettier (pull_request_target) Successful in 29s
/ tsc (pull_request_target) Successful in 28s
/ lint (pull_request_target) Successful in 35s
/ unit-testing (pull_request_target) Successful in 36s
/ sonar (pull_request_target) Successful in 1m2s
fb5c339ffa
Omexae changed title from WIP: #62 - Update Firebase logger signature, docs and tests to #62 - Update Firebase logger signature, docs and tests 2026-04-15 12:44:01 +00:00
GuillaumeHemmen deleted branch feat/update-firebase-logger-signature-v22 2026-04-16 07:19:03 +00:00
Sign in to join this conversation.
No description provided.