Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

2.2.5

Compare
Choose a tag to compare
@catt-stefano catt-stefano released this 28 Sep 16:20
· 225 commits to master since this release

Adds the ability to override the two firebase services (for registering a new user token and for receiving a message) and still enable NearIT push functionality. Useful when integrating NearIT with a legacy push system.

The two method to call our routines are:
to save the registration device token

NearInstanceIDListenerService.sendRegistrationToServer(String token)

and to handle a push message

NearFcmListenerService.processRemoteMessage(RemoteMessage remoteMessage)