This differential removes RNFirebaseMessagingService from native Android codebase as its functionality is not used anymore. FirebaseMessagingService is now subclassed.
Details
Details
Build the app. All tests plans of differentials int ths stack under this one.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Are we still using io.invertase.firebase.messaging anywhere?
native/android/app/src/main/java/app/comm/android/notifications/CommNotificationsHandler.java | ||
---|---|---|
26–50 ↗ | (On Diff #20975) | We have to update (or delete) this comment |
native/android/app/src/main/java/app/comm/android/notifications/CommNotificationsHandler.java | ||
---|---|---|
26–50 ↗ | (On Diff #20975) | This comment provides an explanation why we cannot subclass FirebaseMessagingService directly yet. Now that we implemented direct subclassing we probably should just delete it, so I will proceed this way. |
Comment Actions
Remove comment explaining why this class subclasses RNFirebaseMessagingService, since it no longer subclasses RNFirebaseMessagingService