Commit Graph

7 Commits

Author SHA1 Message Date
Korna b33082e1fe Rename and add dto's 2022-11-02 16:08:26 +03:00
Artyom 723e5a4178
Map "senderIdMismatch" error as "invalidPushToken" exception in FCM provider (#85)
* Map "senderIdMismatch" error as "invalidPushToken" exception
2022-10-25 16:41:43 +03:00
Artyom faf1e92633
Allow background push notifications on iOS (#84)
* Allow background update for iOS devices

* Update tests
2022-10-13 13:45:24 +03:00
Artyom eef1504171
Add notification sound for iOS and Android (#83) 2022-10-12 13:47:22 +03:00
Artyom 628c992b8d
Add multiple options for FCM authorization (#79)
* Add extra authorization types

* Update readme file
2022-08-22 15:28:51 +03:00
Artyom 1a069b8b6f
Push message provider validation (#78)
* Add method to PushMessageProviderService interface to validate push tokens

* Implement method in PushMessageProviderFcmService
2022-08-16 15:52:34 +03:00
Artyom ac9cac3049
Push message provider modules (#77)
* Add push-message-provider module

* Add push-message-provider-fcm module

* Update readme

* Update PushMessageProviderServiceFactory implementation

* Create FcmClient class to make integration implementation closed
2022-08-12 16:59:59 +03:00