Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RMET-3608 OneSignal-Cordova-SDK - Update dependency to FCM Android SDK #36

Merged
merged 5 commits into from
Sep 13, 2024

Conversation

alexgerardojacinto
Copy link

@alexgerardojacinto alexgerardojacinto commented Sep 12, 2024

Description

  • This PR updates the dependency to the Firebase Cloud Messaging Android SDK to the latest version.
  • It also adds a dependency to com.google.firebase:firebase-iid to maintain compatibility, because this used to be included in com.google.firebase:firebase-messaging by default, but not anymore. More info here: https://firebase.google.com/support/release-notes/android#messaging_v22-0-0

Context

References: https://outsystemsrd.atlassian.net/browse/RMET-3608

Type of changes

  • Fix (non-breaking change which fixes an issue)
  • Feature (non-breaking change which adds functionality)
  • Refactor (cosmetic changes)
  • Breaking change (change that would cause existing functionality to not work as expected)

Platforms affected

  • Android
  • iOS
  • JavaScript

Tests

Tested on MABS 10 and MABS 9 builds, on Android 15 (Pixel 7) and Android 12 (Pixel 3XL)

MABS 10 build: https://intranet.outsystems.net/MABS/BuildDetail.aspx?BuildId=fd0ea20cd07d6c5b8690bdbccb6401426bfaf3dc

Nativizer build with all supported plugins (including Firebase plugins + OneSignal): https://intranet.outsystems.net/MABS/BuildDetail.aspx?BuildId=41229af81be7c243397b3c20cb8fd5d5364dbd85

Screenshots (if appropriate)

Checklist

  • Pull request title follows the format RNMT-XXXX <title>
  • Code follows code style of this project
  • CHANGELOG.md file is correctly updated
  • Changes require an update to the documentation
    • Documentation has been updated accordingly

@alexgerardojacinto alexgerardojacinto changed the title Feat/rmet 3608/update firebase sdk RMET-3608 OneSignal-Cordova-SDK - Update dependency to FCM Android library Sep 13, 2024
Copy link

@alexgerardojacinto alexgerardojacinto changed the title RMET-3608 OneSignal-Cordova-SDK - Update dependency to FCM Android library RMET-3608 OneSignal-Cordova-SDK - Update dependency to FCM Android SDK Sep 13, 2024
@alexgerardojacinto alexgerardojacinto self-assigned this Sep 13, 2024
@alexgerardojacinto alexgerardojacinto marked this pull request as ready for review September 13, 2024 10:37
@alexgerardojacinto alexgerardojacinto requested a review from a team as a code owner September 13, 2024 10:37
@alexgerardojacinto alexgerardojacinto requested review from ItsChaceD, IT-MikeS, OS-ricardomoreirasilva and OS-martacarlos and removed request for a team September 13, 2024 10:37
@alexgerardojacinto alexgerardojacinto merged commit aa3f7a3 into development Sep 13, 2024
5 checks passed
alexgerardojacinto added a commit that referenced this pull request Sep 17, 2024
* RMET-3477 :: OutSystems Wrapper :: Add OneSignal Plugin Manager (#35)

- adds code specific to outsystems lifecycle aka one signal plugin manager
- adds the code that will be in outsystems wrapper's javascript nodes
- add sonar cloud integration for typescript files

https://outsystemsrd.atlassian.net/browse/RMET-3477

* RMET-3608 OneSignal-Cordova-SDK - Update dependency to FCM Android SDK (#36)

* feat: update FB Messaging Android library

References: https://outsystemsrd.atlassian.net/browse/RMET-3608

* feat: use Firebase BOM to get FB Cloud Messaging lib

Context: According to the documentation, this is the recommended way of controlling Firebase library versions. This way, using the Firebase Android BOM, an app with multiple Firebase Android libraries will always use compatible versions of these libraries.

References: https://outsystemsrd.atlassian.net/browse/RMET-3608

* Revert "feat: use Firebase BOM to get FB Cloud Messaging lib"

This reverts commit a3e6be3.

* fix: add necessary Firebase library for OneSignal to work with latest version of Cloud Messaging

Context: https://firebase.google.com/support/release-notes/android?_gl=1*d5zec9*_up*MQ..*_ga*OTY5NjA2OTg5LjE3MjYwNTUwMDE.*_ga_CW55HF8NVT*MTcyNjA1NTAwMS4xLjAuMTcyNjA1NTAwMS4wLjAuMA..#messaging_v22-0-0

References: https://outsystemsrd.atlassian.net/browse/RMET-3608

* chore: update changelog

References: https://outsystemsrd.atlassian.net/browse/RMET-3608

* chore(release): raise to version 2.11.1-OS12

References: https://outsystemsrd.atlassian.net/browse/RMET-3608

---------

Co-authored-by: Marta Carlos <[email protected]>
@alexgerardojacinto alexgerardojacinto deleted the feat/RMET-3608/update-firebase-sdk branch September 17, 2024 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants