Commit Graph

6 Commits

Author SHA1 Message Date
Korna 2a557de252 Add new platform and provider 2022-11-02 16:08:49 +03:00
Korna b33082e1fe Rename and add dto's 2022-11-02 16:08:26 +03:00
TonCherAmi 709c71e48e
Make push notification title, description nullable (#81)
* Make push notification title nullable

* Make push notification description nullable
2022-09-19 20:57:31 +03:00
TonCherAmi cd9e12f6d9
Make push notification imageUrl nullable (#80) 2022-08-22 19:46:53 +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