Page MenuHomePhabricator

Stop subclassing RNFirebaseMessagingService as its functionality is not used anymore
ClosedPublic

Authored by marcin on Jan 16 2023, 6:04 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 8, 10:08 AM
Unknown Object (File)
Fri, Nov 8, 10:08 AM
Unknown Object (File)
Fri, Nov 8, 10:08 AM
Unknown Object (File)
Fri, Nov 8, 10:08 AM
Unknown Object (File)
Mon, Nov 4, 6:43 PM
Unknown Object (File)
Mon, Nov 4, 12:53 AM
Unknown Object (File)
Mon, Oct 28, 11:24 AM
Unknown Object (File)
Sat, Oct 26, 8:45 PM
Subscribers

Details

Summary

This differential removes RNFirebaseMessagingService from native Android codebase as its functionality is not used anymore. FirebaseMessagingService is now subclassed.

Test Plan

Build the app. All tests plans of differentials int ths stack under this one.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

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

This revision is now accepted and ready to land.Jan 18 2023, 9:53 AM
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.

Remove comment explaining why this class subclasses RNFirebaseMessagingService, since it no longer subclasses RNFirebaseMessagingService